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


IToolbarControlDefault.Appearance 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.Appearance Property
ArcGIS Developer Help

IToolbarControlDefault.Appearance Property

The appearance of the ToolbarControl.

[Visual Basic .NET]
Public Property Appearance As esriControlsAppearance
[C#]
public esriControlsAppearance Appearance {get; set;}
[C++]
HRESULT get_Appearance(
void
);
[C++]
HRESULT put_Appearance(
);

Product Availability

Available with ArcGIS Engine.

Description

Returns or sets the paint style of a ToolbarControl to either Flat or 3D. By default the 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

IToolbarControlDefault Interface