C# 클래스 NppSharp.NppShortcutAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: cmrazek/NppSharp

공개 메소드들

메소드 설명
NppShortcutAttribute ( bool ctrl, bool alt, bool shift, Keys keyCode ) : System

Creates a new NppShortcut attribute.

메소드 상세

NppShortcutAttribute() 공개 메소드

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.
리턴 System