Skip to main content

TdxNavBarImageOptions.HotLargeImages Property

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

Declaration

property HotLargeImages: TCustomImageList read; write;

Property Value

Type
TCustomImageList

Remarks

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

Note

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

See Also