PS
Prakash S
Syncfusion Team
February 7, 2003 05:22 PM UTC
If the docking window is in the autohidden mode, but is locked due to it having the focus, then it can be forced back into the hidden state by invoking the DockingManager.HideAutoHiddenControl() method. On the other hand, if you want to 'close' the control, then use the DockingManager.SetDockVisibility(Control, FALSE) method. The Essential Tools Class Reference documentation provides more detailed information on these functions.
Prakash
Syncfusion