Property | Type | Description | |
---|---|---|---|
_isAlt | byte | ||
_isCtrl | byte | ||
_isShift | byte | ||
_key | byte |
Method | Description | |
---|---|---|
ShortcutKey ( bool isCtrl, bool isAlt, bool isShift, Keys key ) : System | ||
ShortcutKey ( string data ) : System | ||
ToString ( ) : string |
public ShortcutKey ( bool isCtrl, bool isAlt, bool isShift, Keys key ) : System | ||
isCtrl | bool | |
isAlt | bool | |
isShift | bool | |
key | Keys | |
return | System |