ImageOn Property
Applies To
LED
Description
Gets or sets the image that is displayed when LED control is on.
Usage
GGet Form.Control.ImageOn, var
GSet Form.Control.ImageOn, 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: LedRed.ico
See Also
LED, ImageOff
Example
GSet frmMain.Led1.ImageOn, "c:\EpsonRC80\GUI\Icons\LedRed.ico"