TcxCustomTabControlProperties.Images Property
In This Article
Specifies the collection of images that are used as explanatory images for tabs.
#Declaration
Delphi
property Images: TCustomImageList read; write;
#Property Value
Type |
---|
TCustom |
#Remarks
This property specifies images displayed in the tab’s normal state. For the hot-tracked state, use the HotImages property instead.
See Also