Skip to main content

TdxNavBarImageOptions.DisabledSmallImages Property

Specifies the source of small images displayed by disabled items.

Declaration

property DisabledSmallImages: TCustomImageList read; write;

Property Value

Type
TCustomImageList

Remarks

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

Note

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

See Also