 
            | Miner.Windows Assembly > Miner.Windows.Docking Namespace : DockPaneBase Class | 
For a list of all members of this type, see DockPaneBase members.
| Name | Description | |
|---|---|---|
|  | Activate | Activates the control contained within this pane. | 
|  | Close | Overloaded. Closes this pane but not any of its children. | 
|  | Dock | Overloaded. Docks the pane and its children to the DockAreaPane it previously occupied. | 
|  | Float | Overloaded. Places the pane and any of its child panes into a floating window. | 
|  | Pin | Pins all of the child panes. | 
|  | RepositionToGroup | Overloaded. Repositions the pane into a new group. | 
|  | RepositionToPane | Repositions this pane relative to the specified pane. | 
|  | Show | Ensures that the pane is displayed by updating the Closed property of itself and its parent chain. | 
|  | ToggleDockState | Toggles the pane and its child panes between the last docked and floating states. Invoking this method is equivalent to double-clicking on the pane's title bar. | 
|  | Unpin | Unpins all of the DockableControlPane descendant panes. This method cannot be invoked on a floating AcmeDockAreaPane pane. |