프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_isAlt | byte | ||
_isCtrl | byte | ||
_isShift | byte | ||
_key | byte |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |