vcl-dxbar-dot-tdxbarimageoptions.md
Specifies the glyph size of the current bar manager’s items.
property LargeIcons: Boolean read; write; default False;
| Type | Default |
|---|---|
| Boolean | False |
If the LargeIcons property is set to True , the glyph size of the current bar manager’s items is multiplied by 2. The item’s size is increased correspondingly. If this property value is False , the glyph size is standard ( 16 by 16 pixels). To specify which icons should be displayed for enlarged standard size buttons, use the UseLargeImagesForLargeIcons option.
Use a submenu’s ItemOptions.Size property, to specify the glyph size of its items.
Note
Changing the LargeIcons property doesn’t affect large buttons, and the height of bar items displayed in the Ribbon control.
The default value of the LargeIcons property is False.
See Also
TdxBarImageOptions.DisabledImages
TdxBarImageOptions.DisabledLargeImages
TdxBarImageOptions.LargeImages