Method | Description | |
---|---|---|
GetKeyFriendlyName ( Key key ) : string | ||
Hotkey ( ModifierKeys modifiers, Key key ) : System.Text | ||
IsFunctionKey ( Key key ) : bool | ||
ToString ( ) : string |
public static GetKeyFriendlyName ( Key key ) : string | ||
key | Key | |
return | string |
public Hotkey ( ModifierKeys modifiers, Key key ) : System.Text | ||
modifiers | ModifierKeys | |
key | Key | |
return | System.Text |
public static IsFunctionKey ( Key key ) : bool | ||
key | Key | |
return | bool |