TcxCustomTabControlProperties.HotImages Property
In This Article
Specifies the collection of images used for indicating the tab’s hot-tracked state.
#Declaration
Delphi
property HotImages: TCustomImageList read; write;
#Property Value
Type |
---|
TCustom |
#Remarks
To specify images for the tab’s normal state, use the Images property instead.
See Also