TdxBarImageOptions.LargeIcons Property
In This Article
Specifies the glyph size of the current bar manager’s items.
#Declaration
Delphi
property LargeIcons: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
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 Large
The default value of the LargeIcons property is False.
See Also