[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Ordinal position in ExternalImages for the image displayed when the button is Selected (has focus).
Source position: buttons.pp line 146
public property TButtonGlyph.ExternalSelectedImageIndex : Integer |
ExternalSelectedImageIndex is an indexed property which accesses the value stored in an internal array of image indexes for each of the button states. The property value contains the ordinal position in ExternalImages with the bitmap used for the button state. -1 indicates that an explicit value has not been assigned for the property.
Added in LCL version 2.3.0. Available since version 3.0.
|
Contains a reference to an external list of images that can be used as the Glyph image, |
|
|
Ordinal position for the bitmap in ExternalImages displayed when the button is Up (not pressed). |
|
|
Ordinal position in ExternalImages for the image displayed when the button is Hot (hovered). |
|
|
Ordinal position in ExternalImages for the image displayed when the button is Disabled. |
|
|
Ordinal position in ExternalImages for the image displayed when the button is Pressed (down). |
Version 4.0 | Generated 2025-05-03 | Home |