fileselector class : Title(string) setter
Description
Sets the text displayed in the title bar.
Syntax
instance.Title = value;
Assigned value
Class | Description |
string | The text displayed in the title bar. |
Return value
None.
Sample code
1: | fileselector fsel = new fileselector(); |
2: | fsel.Title = "Hello World!"; |
Notes
The default value is the empty string.