메소드 | 설명 | |
---|---|---|
NppShortcutAttribute ( bool ctrl, bool alt, bool shift, Keys keyCode ) : System |
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 |