Represents a set of Command instances as a single operation. Undoing or redoing the composite action, respectively undoes or redoes all its constituent subactions at the same time.
The following tables list the members exposed by the CompositeCmd type.
Name | Description | |
---|---|---|
Overloaded. Initializes a new instance of the CompositeCmd class. |
Name | Description | |
---|---|---|
Gets a collection of all command objects contained within the composite one. |
||
Gets or sets the text associated with the action. (Inherited from Command.) |
Name | Description | |
---|---|---|
Merges adjacent commands in the history queue if they are related. (Inherited from Command.) |
||
Overloaded. Carries out the command action. |
||
Determines whether a command has been initiated by this command and should be treated as a derivative. (Inherited from Command.) |
||
Redoes the command action. |
||
Undoes the command. |