C# 클래스 Shortcut.Forms.HotkeyTextBox

상속: System.Windows.Forms.TextBox
파일 보기 프로젝트 열기: AlexArchive/Shortcut

공개 메소드들

메소드 설명
HotkeyTextBox ( ) : System.Windows.Forms

보호된 메소드들

메소드 설명
OnKeyDown ( KeyEventArgs e ) : void
OnKeyPress ( KeyPressEventArgs e ) : void

비공개 메소드들

메소드 설명
IsModifier ( Keys keys ) : bool
RenderText ( ) : void
Reset ( ) : void

메소드 상세

HotkeyTextBox() 공개 메소드

public HotkeyTextBox ( ) : System.Windows.Forms
리턴 System.Windows.Forms

OnKeyDown() 보호된 메소드

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
리턴 void

OnKeyPress() 보호된 메소드

protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs
리턴 void