TdxBarImageOptions.UseLargeImagesForLargeIcons Property
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:
standard size (16 by 16 pixels) icons (ImageIndex and Glyph)
large size (32 by 32 pixels) icons (LargeImageIndex and LargeGlyph)
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