Miner.Windows Assembly > Miner.Windows.Docking Namespace : DockPaneCollection Class |
The following tables list the members exposed by DockPaneCollection.
Name | Description | |
---|---|---|
![]() | Count | Returns the number of child panes defined for this parent pane. |
![]() | IsReadOnly | Returns whether this collection consists of readonly members. |
![]() | IsSynchronized | Returns whether access to the collection is thread safe. |
![]() | Item | Overloaded. Retrieves a child pane from the list of child panes by index number in list. |
![]() | SyncRoot | Returns an object that can be used to synchronize assess to the collection. |
![]() | UnpinnedCount | Gets the recursive count of the number of child panes that are unpinned for this parent. |
![]() | VisibleCount | Gets the recursive count of the number of child panes that are visible for this parent. |
Name | Description | |
---|---|---|
![]() | Add | Adds a new child pane to the list of child panes for this parent. |
![]() | AddRange | Adds a group of child panes to the list of child panes for this parent. |
![]() | Clear | Clears the list of child panes for this parent pane. |
![]() | Contains | Overloaded. Returns whether the specified pane is in the collection. |
![]() | CopyTo | Copies the items in this collection into an array. |
![]() | GetEnumerator | Provides support to allow type-safe iteration over the CommandCollection. |
![]() | Insert | Inserts a child pane into the list of child panes for this parent. |
![]() | Remove | Removes a child pane from the list of child panes for this parent. |
![]() | RemoveAt | Removes the child pane at the specified index from the collection. |