Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTabControlProperties.HotImages Property

Specifies the collection of images used for indicating the tab’s hot-tracked state.

#Declaration

Delphi
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