Skip to main content

TdxBarImageOptions.UseLargeImagesForLargeIcons Property

Specifies which images to use as icons for enlarged standard size buttons.

Declaration

property UseLargeImagesForLargeIcons: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Standard size buttons can be assigned icons via the following properties:

If the LargeIcons option is enabled, these buttons are enlarged. The UseLargeImagesForLargeIcons property allows you to choose between standard and large size icons to be displayed for enlarged buttons if icons of both sizes are assigned. Set this property to True to apply large size icons to buttons. Otherwise, standard size icons will be used.

Note that glyph properties have priority over image list properties.

The default value of the UseLargeImagesForLargeIcons property is False.

See Also