CommandManager Class Properties
For a list of all members of this type, see CommandManager members.
Public Properties
Name | Description | |
---|---|---|
![]() | ApplicationContext | Property which holds the current application context, which is used to manage the state of all commands. |
![]() | CommandContext | Property which returns a collection of Command Contexts |
![]() | Commands | Gets the collection of Command objects currently managed by the CommandManager. |
![]() | CommandTypes | Property which returns a collection of Command Types |
![]() ![]() | Instance | Returns implementation of this class |
![]() | MacroCommand | Property which holds the type of a class which implements a command to execute a macro in the context of the host application. (e.g. A PML command) |
See Also