Skip to main content

TdxLayoutImageOptions.DisabledImages Property

Provides caption images for disabled items.

Declaration

property DisabledImages: TCustomImageList read; write;

Property Value

Type
TCustomImageList

Remarks

Use the DisabledImages property to bind an image list to the layout control.

Images from the collection are specified by the item’s CaptionOptions.ImageIndex property. This property is used to specify images for item captions by the corresponding index from both the DisabledImages and Images lists.

An image from the DisabledImages list is automatically displayed in the caption, if the item is disabled (the item’s Enabled property is False).

See Also