fileselector class : Title getter
Description
Returns the text displayed in the title bar.
Syntax
instance.Title
Arguments
None.
Return value
| Class | Description | 
| string | The text displayed in the title bar. | 
Sample code
| 1: | fileselector fsel = new fileselector(); | 
| 2: | string titl = fsel.Title; | 
Notes
The default value is the empty string.
 
			

