[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Contains the list of images available for use as the glyph on a custom button control.
Source position: buttons.pp line 222
public property TCustomBitBtn.Images : TCustomImageList |
Images is a TCustomImageList property with the images which can be displayed as the glyph for the various states on the button control. Images provides an alternative to assigning a bitmap to the Glyph property, and is used when the Kind property is set to bkCustom.
Use ImageWidth to set the image resolution size used when a value is retrieved from the Images property.
Use ImageIndex to specify the ordinal position for the value in Images displayed as the glyph for the button control.
Use the HotImageIndex, PressedImageIndex, and DisabledImageIndex properties to specify the position for the image displayed for the corresponding button states.
|
Bitmap with the Glyph displayed on the control. |
|
|
Specifies the button kind including the default bitmap and caption for the button control. |
|
|
Width for the value in Images displayed on the button control. |
|
|
Ordinal position for the default bitmap displayed when the button control is up (not pressed). |
|
|
Ordinal position for the bitmap displayed when the button control is hot (hovered). |
|
|
Ordinal position for the bitmap displayed when the button control is pressed (down). |
|
|
Ordinal position for the image displayed when the button is Disabled. |
|
|
The base class for TImageList. |
Version 4.0 | Generated 2025-05-03 | Home |