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


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

IToolbarControlDefault.IconSize Property

The size in pixels of icons displayed on the ToolbarControl.

[Visual Basic .NET]
Public Property IconSize As Integer
[C#]
public int IconSize {get; set;}
[C++]
HRESULT get_IconSize(
void
);
[C++]
HRESULT put_IconSize(
);

Product Availability

Available with ArcGIS Engine.

Description

The size in pixels that each item on the ToolbarControl will display the ICommand::Bitmap property. By default bitmaps are stretched to a size of 16 x 16 pixels. The minimum IconSize allowed is 8.

Errors Returned

1067 800a042b: The specified size is invalid

Remarks

IconSize may not affect the size of an item on the ToolbarControl that contains an object implementing IToolControl. Whether the ToolControl responds to the resize depends on its implementation.

See Also

IToolbarControlDefault Interface