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.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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
Type:
StringSee Also