[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Ordinal position for the image displayed when the control is disabled.
Source position: buttons.pp line 413
public property TCustomSpeedButton.DisabledImageIndex : TImageIndex |
DisabledImageIndex is a TImageIndex property with the ordinal position for the bitmap displayed when Enabled is set to False. It indicates the position in Images or Glyph where the image data is stored. The default value for the property is -1, and indicates that an explicit value has not been assigned for the property.
The property value is read from and written to the image index members in ButtonGlyph.
Added in LCL version 2.3.0. Available since version 2.4.0.
|
List of images available for use as state glyphs on the control. |
|
|
The bitmap with the glyph image(s) displayed for button states. |
|
|
Gets the TButtonGlyph used for the control. |
|
|
Ordinal position for the glyph bitmap displayed when the button is in its up state. |
|
|
Ordinal position for the glyph bitmap displayed when the mouse is hovered over the button control. |
|
|
Ordinal position for the glyph bitmap displayed when the button is in a pressed (down) state. |
|
|
Ordinal position for the glyph bitmap displayed when the button is selected. |