Свойство | Type | Description | |
---|---|---|---|
_isAlt | byte | ||
_isCtrl | byte | ||
_isShift | byte | ||
_key | byte |
Méthode | 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 | |
Résultat | System |
public ShortcutKey ( string data ) : System | ||
data | string | |
Résultat | System |