C# Class NppPluginNET.ShortcutKey

Show file Open project: Yodadude/ClipboardHelper 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

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

Property Details

_isAlt public property

public byte _isAlt
return byte

_isCtrl public property

public byte _isCtrl
return byte

_isShift public property

public byte _isShift
return byte

_key public property

public byte _key
return byte