Miner.Windows Assembly > Miner.Windows.Docking Namespace : DockAreaPaneCollection Class |
The following tables list the members exposed by DockAreaPaneCollection.
Name | Description | |
---|---|---|
![]() | Count | Returns the number of Commands 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 an area pane from the list of area 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 new dockable pane to the list of area panes in the DockManager. |
![]() | AddRange | Adds a group of area panes to the list of area panes of the DockManager. |
![]() | Clear | Clears the DockManager's list of area panes. |
![]() | Contains | Overloaded. Returns whether the specified area pane is in the DockManager's list of area panes. |
![]() | CopyTo | Copies the items in this collection into an array. |
![]() | GetEnumerator | Provides support to allow type-safe iteration over the CommandCollection. |
![]() | Insert | Inserts an area pane into the DockManager's list of area panes. |
![]() | Remove | Removes the specified area pane from the DockManager's list of area panes. |
![]() | RemoveAt | Removes the area pane at the specified index from the collection. |