ArcObjects Library Reference (Controls)  

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

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