 
            | Miner.Windows Assembly > Miner.Windows.Docking Namespace : DockControlPaneCollection Class | 
The following tables list the members exposed by DockControlPaneCollection.
| Name | Description | |
|---|---|---|
|  | DockControlPaneCollection Constructor | Constructs a new dock control pane collection. | 
| Name | Description | |
|---|---|---|
|  | Count | Returns the number of Control panes defined in this application. | 
|  | IsReadOnly | Returns whether this collection consists of readonly members. | 
|  | IsSynchronized | Returns whether access to the collection is thread safe. | 
|  | Item | Overloaded. Retrieves a control pane from the list of control panes by index number in list. | 
|  | SyncRoot | Returns an object that can be used to synchronize assess to the collection. | 
| Name | Description | |
|---|---|---|
|  | Add | Adds a DockControlPane to the list of control panes of the DockManager. | 
|  | Clear | Clears the DockManager's list of control panes. | 
|  | Contains | Overloaded. Returns whether the specified control pane is in the DockManager's list of control panes. | 
|  | CopyTo | Copies the items in this collection into an array. | 
|  | GetEnumerator | Provides support to allow type-safe iteration over the CommandCollection. | 
|  | GetItemArray | Returns the list of DockControlPane keys in this collection. | 
|  | Insert | Inserts a pane into the DockManager's list of control panes. | 
|  | Remove | Removes the specified pane from the DockManager's list of control panes. | 
|  | RemoveAt | Removes the control pane at the specified index from the collection. |