Icon Property

Applies To
Form

Description
Gets or sets the image displayed in the icon of the form’s title bar.

Usage

GGet Form.Icon, var  
GSet  Form.Icon, value  
Form
Specifies form name or string variable containing a form name.
var
String variable that will contain the value of the property.
value
Specifies string expression for the new value of the property.

Values
A string containing the full path to an image file.
Default: Empty

See Also
Form

Example

GSet frmMain.Icon, "C:\EpsonRC80\GUI\Icons\LedGreen.ico"