C# Class _3PA.Interop.ShortcutKey

显示文件 Open project: jcaillon/3P Class Usage Examples

Public Properties

Property Type Description
_isAlt byte
_isCtrl byte
_isShift byte
_key byte

Public Methods

Method Description
ShortcutKey ( bool isCtrl, bool isAlt, bool isShift, Keys key ) : System
ShortcutKey ( string data ) : System
ToString ( ) : string

Method Details

ShortcutKey() public method

public ShortcutKey ( bool isCtrl, bool isAlt, bool isShift, Keys key ) : System
isCtrl bool
isAlt bool
isShift bool
key Keys
return System

ShortcutKey() public method

public ShortcutKey ( string data ) : System
data string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

_isAlt public_oe property

public byte _isAlt
return byte

_isCtrl public_oe property

public byte _isCtrl
return byte

_isShift public_oe property

public byte _isShift
return byte

_key public_oe property

public byte _key
return byte