Miner.Windows Assembly > Miner.Windows.Commands Namespace : CommandBarCommandCollection Class |
For a list of all members of this type, see CommandBarCommandCollection members.
Name | Description | |
---|---|---|
![]() | Add | Adds a Command (based on its key) to the list of Commands. |
![]() | AddCommand | Adds a new Command, defined by its unique key, to the list of Commands. |
![]() | AddCommandRange | Adds a set of Commands, as defined by their keys, to the list of Commands. |
![]() | AddRange | Adds a set of Commands (based on their key) to the list of Commands. |
![]() | Clear | Overloaded. Clears the list of commands for the commandbar. |
![]() | Contains | Overloaded. Returns whether the specified command is in the list of commands for this commandbar. |
![]() | CopyTo | Copies the items in this collection into an array. |
![]() | GetEnumerator | Provides support to allow type-safe iteration over the CommandBar command collection. |
![]() | InsertCommand | Inserts a new Command, defined by its unique key, into the list of Commands. |
![]() | Remove | Overloaded. Removes the specified Command from the list of commands for this CommandBar. |