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


ICommandBars.LargeIcons Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IC > ICommandBars Interface > ICommandBars.LargeIcons Property
ArcGIS Developer Help

ICommandBars.LargeIcons Property

Indicates if large icons should be shown.

[Visual Basic .NET]
Public Property LargeIcons As Boolean
[C#]
public bool LargeIcons {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use the LargeIcons property to specify the size of icons displayed on the buttons on all the command bars in the application. Use True if you want large icons or use False for normal size icons.

This is the same setting as the Large Icons check box on the Options tab of the Customize dailog box in the ArcGIS applications.

See Also

ICommandBars Interface