BrowseForFolderDescription Property |
Gets or sets the title of the dialog.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
StringThe title.
See Also