ImageOff Property

Applies To
LED

Description
Gets or sets the image that is displayed when LED control is off.

Usage

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

Values
A string containing the full path to an image file. The file extensions should be bmp, ico, jpeg, gif, and png.
Default: LedOff.ico

See Also
LED, ImageOn

Example

GSet frmMain.Led1.ImageOff, "c:\EpsonRC80\GUI\Icons\LedOff.ico"