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


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

IToolbarControl2.ItemAppearance Property

The appearance of the items on the ToolbarControl.

[Visual Basic .NET]
Public Property ItemAppearance As esriControlsAppearance
[C#]
public esriControlsAppearance ItemAppearance {get; set;}
[C++]
HRESULT get_ItemAppearance(
void
);
[C++]
HRESULT put_ItemAppearance(
);

Product Availability

Available with ArcGIS Engine.

Description

Returns or sets the paint style of each Item on the ToolbarControl to either Flat or 3D. By default the item appearance is flat.

Errors Returned

1005 800a03ed: The value of a parameter which is an enumerated constant is out of the range of required values

See Also

IToolbarControl2 Interface