CommandBarsCollection Class Members
The following tables list the members exposed by CommandBarsCollection.
Public Properties
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the collection. |
![]() | IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread-safe). |
![]() | Item | Indexer to get the CommandBar with given Key from the CommandBarCollection. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Public Methods
Name | Description | |
---|---|---|
![]() | AddCommandBar | Overloaded. Create and add to the CommandBarCollection a new CommandBar with given Key. |
![]() | AddTaskBar | Create and add a new TaskBar with given Key to the CommandBarCollection. |
![]() | Clear | Remove all CommandBars from the CommandBarCollection. |
![]() | Contains | Determine if the CommandBar with the specified Key exists in the CommandBarCollection. |
![]() | CopyTo | Copies the elements of the collection to an Array, starting at a particular Array index. |
![]() | GetEnumerator | Returns an enumerator that can iterate through the CommandBarCollection. |
![]() | RemoveCommandBar | Overloaded. Remove the CommandBar with given Key from the CommandBarCollection. |
Public Events
Name | Description | |
---|---|---|
![]() | CommandBarAdded | Occurs after a CommandBar has been added to the CommandBarCollection. |
![]() | CommandBarRemoved | Occurs after a CommandBar has been removed from the CommandBarCollection. |
See Also