C# Class phdesign.NppToolBucket.PluginCore.ShortcutKey

Afficher le fichier Open project: phdesign/NppToolBucket Class Usage Examples

Méthodes publiques

Свойство Type Description
_isAlt byte
_isCtrl byte
_isShift byte
_key byte

Méthodes publiques

Méthode Description
ShortcutKey ( bool isCtrl, bool isAlt, bool isShift, Keys key ) : System

Method Details

ShortcutKey() public méthode

public ShortcutKey ( bool isCtrl, bool isAlt, bool isShift, Keys key ) : System
isCtrl bool
isAlt bool
isShift bool
key Keys
Résultat System

Property Details

_isAlt public_oe property

public byte _isAlt
Résultat byte

_isCtrl public_oe property

public byte _isCtrl
Résultat byte

_isShift public_oe property

public byte _isShift
Résultat byte

_key public_oe property

public byte _key
Résultat byte