CommandTypesCollection Class Methods
For a list of all members of this type, see CommandTypesCollection members.
Public Methods
Name | Description | |
---|---|---|
Add | Add the given Command Type to the CommandCollection. | |
ContainsKey | Determine if the Command with the specified Key exists in the CommandCollection. | |
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. | |
Remove | Remove the Command with given Key from the CommandCollection. |
See Also