This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IT > IToolPalette Interface > IToolPalette.TearOff Property (ArcObjects .NET 10.4 SDK) |
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
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.
The tear-off state of the toolpalette can't be persisted when the application restarts.