C# 클래스 Rubberduck.Common.Hotkeys.Hotkey

상속: IHotkey
파일 보기 프로젝트 열기: retailcoder/Rubberduck

공개 메소드들

메소드 설명
Attach ( ) : void
Detach ( ) : void
Hotkey ( IntPtr hWndVbe, string key, ICommand command, Keys secondKey = Keys.None ) : System
OnMessageReceived ( ) : void

비공개 메소드들

메소드 설명
GetCombo ( string key ) : Keys
GetKey ( string keyCode ) : Keys
GetModifierValue ( string &key ) : uint

Gets the KeyModifier values out of a key combination.

HookKey ( Keys key, uint shift ) : void

메소드 상세

Attach() 공개 메소드

public Attach ( ) : void
리턴 void

Detach() 공개 메소드

public Detach ( ) : void
리턴 void

Hotkey() 공개 메소드

public Hotkey ( IntPtr hWndVbe, string key, ICommand command, Keys secondKey = Keys.None ) : System
hWndVbe System.IntPtr
key string
command ICommand
secondKey Keys
리턴 System

OnMessageReceived() 공개 메소드

public OnMessageReceived ( ) : void
리턴 void