Skip to main content
A newer version of this page is available. .

TdxBarImageOptions.LargeIcons Property

Specifies the glyph size of the current bar manager’s items.

Declaration

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 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