Property | Type | Description | |
---|---|---|---|
Alt | bool | ||
CommandName | string | ||
Ctrl | bool | ||
Shift | bool |
Method | Description | |
---|---|---|
Equals ( |
||
KeyCombination ( Key selectedKey ) : System | ||
KeyCombination ( Key selectedKey, bool ctrl, bool alt, bool shift ) : System | ||
KeyCombination ( Key selectedKey, bool ctrl, bool alt, bool shift, string commandName ) : System | ||
OnKeyCombinationPressed ( |
||
OnKeyCombinationReleased ( |
||
Parse ( string text ) : |
||
Set ( Key selectedKey, bool ctrl, bool alt, bool shift ) : void | ||
SetModifiers ( bool ctrl, bool alt, bool shift ) : void | ||
ToString ( ) : string |
public KeyCombination ( Key selectedKey ) : System | ||
selectedKey | Key | |
return | System |
public KeyCombination ( Key selectedKey, bool ctrl, bool alt, bool shift ) : System | ||
selectedKey | Key | |
ctrl | bool | |
alt | bool | |
shift | bool | |
return | System |
public KeyCombination ( Key selectedKey, bool ctrl, bool alt, bool shift, string commandName ) : System | ||
selectedKey | Key | |
ctrl | bool | |
alt | bool | |
shift | bool | |
commandName | string | |
return | System |
public OnKeyCombinationPressed ( |
||
e | ||
return | void |
public OnKeyCombinationReleased ( |
||
e | ||
return | void |
public static Parse ( string text ) : |
||
text | string | |
return |
public Set ( Key selectedKey, bool ctrl, bool alt, bool shift ) : void | ||
selectedKey | Key | |
ctrl | bool | |
alt | bool | |
shift | bool | |
return | void |
public SetModifiers ( bool ctrl, bool alt, bool shift ) : void | ||
ctrl | bool | |
alt | bool | |
shift | bool | |
return | void |