Skip to main content

TdxNavBarImageOptions.HotSmallImages Property

Specifies the source of small images displayed by hot-tracked items and groups.

Declaration

property HotSmallImages: TCustomImageList read; write;

Property Value

Type
TCustomImageList

Remarks

Use the SmallImageIndex property of an item or group to specify which particular image from the HotSmallImages list should be displayed for this item or group in the hot-tracked state.

Note

The SmallImages list applies only to items and groups whose Enabled property is set to True. To provide large images for them, use the HotLargeImages list.

See Also