Skip to main content

TcxCustomTabControlProperties.Images Property

Specifies the collection of images that are used as explanatory images for tabs.

Declaration

property Images: TCustomImageList read; write;

Property Value

Type
TCustomImageList

Remarks

This property specifies images displayed in the tab’s normal state. For the hot-tracked state, use the HotImages property instead.

See Also