fileselector class : Title(string) setter

Description

Sets the text displayed in the title bar.

Syntax

instance.Title = value;

Assigned value

ClassDescription
stringThe 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.

Links for reference

Copyright © Cooker All rights reserved.