Command Class Methods
For a list of all members of this type, see Command members.
Public Methods
Name | Description | |
---|---|---|
AttachExecutor | Attaches a CommandExecutor derived class to the command. | |
CancelableExecute | Overloaded. Version of Execute which can be cancelled by an BeforeCommandExecute event handler and which takes arguments. | |
DetachAllExecutors | Detach all CommandExecutor derived classes from the command. | |
DetachExecutor | Detach a CommandExecutor derived class from the command. | |
Execute | Overloaded. The command Execute method which takes arguments, and calls a matching Execute in a derived class. | |
FindExecute | Finds a matching execute overload. | |
GetState | Gets the current state of the command. | |
Refresh | Overloaded. Call to allow the command to update its visibility or enabled state following a change to system. | |
Select | Select the executors (e.g. for Context Tabs) | |
SetProperty | Sets a property. |
See Also