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


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

IToolbarPalette.ThemedDrawing Property

Indicates if the ToolbarPalette uses themed drawing.

[Visual Basic .NET]
Public Property ThemedDrawing As Boolean
[C#]
public bool ThemedDrawing {get; set;}
[C++]
HRESULT get_ThemedDrawing(
  Boolean* pVal
);
[C++]
HRESULT put_ThemedDrawing(
  VARIANT_BOOL pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type bool* pVal [in]
pVal is a parameter of type bool

Product Availability

Available with ArcGIS Engine.

Description

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

If the ToolbarPalette has also been added to the ToolbarControl, the ToolbarControl will override the ThemedDrawing property with the IToolbarControl2::ThemedDrawing property, before the ToolbarPalette is displayed with the IToolbarPalette::PopupPalette method.

See Also

IToolbarPalette Interface