The ICommands namespace contains interfaces for managing collections of commands and
dispatching keystrokes to the most specific command.
Remarks
This is done by creating a hierarchy of command groups and tracking the 'most focused' group.
All keystrokes will walk up the commands groups until a command is found.
The ICommands namespace contains interfaces for managing collections of commands and dispatching keystrokes to the most specific command.
Remarks
This is done by creating a hierarchy of command groups and tracking the 'most focused' group. All keystrokes will walk up the commands groups until a command is found.