This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IT > IToolbarControl2 Interface > IToolbarControl2.LargeIcons Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* pVal
);
[C++]
HRESULT put_LargeIcons(
VARIANT_BOOL pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type VARIANT_BOOL pVal [in] pVal is a parameter of type VARIANT_BOOL
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.