Skip to main content

TdxBarImageOptions.DisabledLargeImages Property

Specifies the source of large images displayed by disabled items.

Declaration

property DisabledLargeImages: TCustomImageList read; write;

Property Value

Type
TCustomImageList

Remarks

By default, item images are grayed when items become disabled. However, you can provide your own images for the disabled state of items. To provide custom disabled images for large button items, you need to assign the image list containing these images to the DisabledLargeImages property. Once complete, items will use images from this image list when their Enabled property is set to False. The image is specified by its position within the list via the LargeImageIndex property of the item.

There may be instances when an image list is assigned to the DisabledLargeImages property, but the LargeImageIndex property of an item points to an unavailable image. In this instance, no image is painted for the disabled state of the item. The item only paints its grayed caption.

See Also