BrowseForFolderTitle Property |
Gets or sets the title of the dialog.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic string Title { get; set; }Public Property Title As String
Get
Set
public:
property String^ Title {
String^ get ();
void set (String^ value);
}member Title : string with get, set
Property Value
StringThe title.
See Also