This document is archived and information here might be outdated. Recommended version. |
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*
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.