Table of Contents

Struct ShortcutKey

Namespace
Npp.DotNet.Plugin
Assembly
Npp.DotNet.Plugin.dll
public struct ShortcutKey
Inherited Members

Constructors

ShortcutKey(NativeBool, NativeBool, NativeBool, byte)

public ShortcutKey(NativeBool ctrl, NativeBool alt, NativeBool shift, byte ch)

Parameters

ctrl NativeBool
alt NativeBool
shift NativeBool
ch byte

ShortcutKey(bool, bool, bool, Keys)

public ShortcutKey(bool ctrl, bool alt, bool shift, Keys ch)

Parameters

ctrl bool
alt bool
shift bool
ch Keys

Fields

IsAlt

public NativeBool IsAlt

Field Value

NativeBool

IsCtrl

public NativeBool IsCtrl

Field Value

NativeBool

IsShift

public NativeBool IsShift

Field Value

NativeBool

Key

public byte Key

Field Value

byte