This document is archived and information here might be outdated. Recommended version. |
Indicates if large icons are shown on all items on the ToolbarControl.
[Visual Basic .NET]
Public Property LargeIcons As Boolean
[C#]
public bool LargeIcons {get; set;}
[C++]
HRESULT get_LargeIcons(
void
);
[C++]
HRESULT put_LargeIcons(
);
Determines whether each item on the ToolBarControl will display the ICommand::Bitmap property stretched to 32 x 32 pixels. This property is false by default and bitmaps are stretched to 16 x 16 pixels.
When the IconSize property to set to a size => 32, LargeIcons returns true.