Skip to main content

TdxBarImageOptions.DisabledImages Property

Specifies the source icon list for disabled regular bar items.

Declaration

property DisabledImages: TCustomImageList read; write;

Property Value

Type Description
TCustomImageList

The source image list for disabled regular bar items. If no source image list is specified, base icons become grayed when corresponding bar items are disabled.

Tip

We recommend that you use the TcxImageList component and SVG icons.

Remarks

Use DisabledImages and DisabledLargeImages properties to specify the source of icons for regular and large disabled bar items. You can use the ImageIndex property of individual bar items to specify target icons in assigned source image lists.

Images and LargeImages properties specify sources of icons for enabled regular and large bar items.

SVG Icon Options

Since vector images can scale up to any target size without quality losses, you can use the same set of SVG icons for both regular and large UI element icons.

If the SVGOptions.UseRegularAsLarge property is set to True (default), the image list assigned to the Images property also serves as a source of icons for corresponding large bar items. The SVGOptions.LargeSize property specifies target dimensions for large bar item icons.

Refer to the TcxImageListSVGOptions class description for detailed information on all available options.

See Also