ArcObjects Library Reference (Framework)  

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