If the provided object is visible then it will become hidden.
If the provided object is visible then it will become hidden.
public void HideDockObject(DockObject);
Provides greater control over actions taken when a DockObject becomes hidden. This is provided for internal use by the docking windows framework code.
public void HideDockObject(DockObject,bool,bool);
DockingManager Class | NETXP.Controls.Docking Namespace