This document is archived and information here might be outdated.  Recommended version.


IToolbarControl.LargeIcons Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IT > IToolbarControl Interface > IToolbarControl.LargeIcons Property
ArcGIS Developer Help

IToolbarControl.LargeIcons Property

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(
);

Product Availability

Available with ArcGIS Engine.

Description

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.

Remarks

When the IconSize property to set to a size => 32, LargeIcons returns true.

See Also

IToolbarControl Interface