CommandGroup Methods
The CommandGroup type exposes the following members.
Methods
|
Name |
Description |
---|---|---|
|
Adds a Command to the CommandGroup. | |
|
Removes all Commands from the CommandGroup. | |
|
Removes all Commands from the CommandGroup. | |
|
Determines whether the CommandGroup contains the specified Command. | |
|
Copies the Commands of the CommandGroup to an Array starting at the specified Array index. | |
|
(Inherited from IObject.) | |
|
(Overrides IObject.Dispose(Boolean).) | |
|
Indicates whether the current CommandGroup is equal to another CommandGroup. | |
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
(Inherited from IObject.) | |
|
Finds a Command with the specified index in the vector. | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Determines the index of the specific Command in the CommandGroup. | |
|
Inserts a Command at the specified position in the vector. | |
|
Inserts a Command to the CommandGroup at the specified index. | |
|
Creates a shallow copy of the current Object. (Inherited from Object.) | |
|
Removes a Command at the specified position from the vector. | |
|
Removes the first occurrence of the specified Command from the CommandGroup. | |
|
Removes the Command at the specified index of the CommandGroup. | |
|
Reserves memory for a number of Commands to reduce memory allocations. | |
|
Exchanges the values of two instances of the CommandGroup class. | |
|
Returns a string that represents the current object. (Inherited from Object.) |
- CommandGroup.clear Method
- CommandGroup.Dispose Method
- CommandGroup.Equals Method
- CommandGroup.find Method
- CommandGroup.GetHashCode Method
- CommandGroup.insert Method
- CommandGroup.remove Method
- CommandGroup.reserve Method
- CommandGroup.Add Method
- CommandGroup.Clear Method
- CommandGroup.Contains Method
- CommandGroup.CopyTo Method
- CommandGroup.IndexOf Method
- CommandGroup.Insert Method
- CommandGroup.Remove Method
- CommandGroup.RemoveAt Method
- CommandGroup.swap Method