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


IToolPalette.TearOff Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IT > IToolPalette Interface > IToolPalette.TearOff Property
ArcGIS Developer Help

IToolPalette.TearOff Property

The tearoff style.

[Visual Basic .NET]
Public ReadOnly Property TearOff As Boolean
[C#]
public bool TearOff {get;}
[C++]
HRESULT get_TearOff(
  Boolean* TearOff
);
[C++]
Parameters
TearOff [out, retval]

TearOff is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

When this property is set to true, the tool palette can be torn off by clicking on the drop-down button and drag the palette, and the tool palette becomes a seperate toolbar.

Remarks

The tear-off state of the toolpalette can't be persisted when the application restarts.

See Also

IToolPalette Interface