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