PathEditDialogTitle Property |
Change the window title of the browse dialog, that will be opened if the user pressed the browse button on the right.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic string DialogTitle { get; set; }Public Property DialogTitle As String
Get
Set
public:
property String^ DialogTitle {
String^ get ();
void set (String^ value);
}member DialogTitle : string with get, set
Property Value
String
See Also