ArcObjects Library Reference (SystemUI)  

IToolPalette.TearOff Property

The tearoff style.

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

Parameters

TearOff [out, retval]   TearOff is a parameter of type VARIANT_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