C# Class NppSharp.NppShortcutAttribute

Inheritance: System.Attribute
Show file Open project: cmrazek/NppSharp

Public Methods

Method Description
NppShortcutAttribute ( bool ctrl, bool alt, bool shift, Keys keyCode ) : System

Creates a new NppShortcut attribute.

Method Details

NppShortcutAttribute() public method

Creates a new NppShortcut attribute.
public NppShortcutAttribute ( bool ctrl, bool alt, bool shift, Keys keyCode ) : System
ctrl bool Control key required?
alt bool Alt key required?
shift bool Shift key required?
keyCode Keys The virtual key code.
return System