ICommandSource
have a HotKey
property that you can set or bind to. Pressing the hotkey will execute the command bound to the Control.HotKeyManager
class to set and get hotkeys from code:See the Locating Controls section for more information on finding named Controls with the FindControl method.
HotKey
property, the string will be parsed as a KeyGesture. Enum.Parse is used to parse the key and modifiers but synonyms like Ctrl
instead of Control
or Win
instead of Meta
can be used.