| VistaFolderBrowserDialogDescription Property |
Gets or sets the descriptive text displayed above the tree view control in the dialog box, or below the list view control
in the Vista style dialog.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Description { get; set; }
Public Property Description As String
Get
Set
public:
property String^ Description {
String^ get ();
void set (String^ value);
}
member Description : string with get, set
Property Value
Type:
String
The description to display. The default is an empty string ("").
See Also