Skip to main content

TdxNavBarImageOptions.DisabledLargeImages Property

Specifies the source of large images displayed by disabled items.

Declaration

property DisabledLargeImages: TCustomImageList read; write;

Property Value

Type
TCustomImageList

Remarks

Use an item’s LargeImageIndex property to specify which particular image from the DisabledLargeImages list should be displayed for this item in the disabled state.

Note

The DisabledLargeImages list applies only to items whose Enabled property is set to False. To provide small images for these items, use the DisabledSmallImages list.

See Also