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


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

IToolbarControlDefault.ThemedDrawing Property

Indicates if the ToolbarControl uses themed drawing.

[Visual Basic .NET]
Public Property ThemedDrawing As Boolean
[C#]
public bool ThemedDrawing {get; set;}
[C++]
HRESULT get_ThemedDrawing(
void
);
[C++]
HRESULT put_ThemedDrawing(
);

Product Availability

Available with ArcGIS Engine.

Description

Determines whether items on the ToolbarControl display themselves using the current Windows XP theme. This property is false by default, and items display themselves on the ToolbarControl with the Windows Classic look.

See Also

IToolbarControlDefault Interface