![]() |
Previous | Next |
The disabledImage attribute specifies or retrieves the image of the slider that is used when the slider control is disabled.
Syntax
elementID.disabledImage
Possible Values
This attribute is a read/write String containing the name of an image file.
Remarks
The disabledImage is optional. If it is not provided, the backgroundImage is used for all disabled states. When a slider control is disabled, no foreground image is visible.
The supported formats are BMP, JPG, PNG, and GIF (not including animated GIFs).
See Also
Previous | Next |