NetXP 3.0 Reference

DockingManager.HideDockObject Method (DockObject, Boolean, Boolean)

Provides greater control over actions taken when a DockObject becomes hidden. This is provided for internal use by the docking windows framework code.

[Visual Basic]
Overloads Public Sub HideDockObject( _
   ByVal c As DockObject, _
   ByVal record As Boolean, _
   ByVal reorder As Boolean _
)
[C#]
public void HideDockObject(
   DockObject c,
   bool record,
   bool reorder
);

Parameters

c
The object.
record
If record is set then it will record the current DockObject position before hiding window.
reorder
If reorder is set then it will move the DockObject to the end of the DockObjects collection.

See Also

DockingManager Class | NETXP.Controls.Docking Namespace | DockingManager.HideDockObject Overload List