C# Class Shortcut.Forms.HotkeyTextBox

Inheritance: System.Windows.Forms.TextBox
显示文件 Open project: AlexArchive/Shortcut

Public Methods

Method Description
HotkeyTextBox ( ) : System.Windows.Forms

Protected Methods

Method Description
OnKeyDown ( KeyEventArgs e ) : void
OnKeyPress ( KeyPressEventArgs e ) : void

Private Methods

Method Description
IsModifier ( Keys keys ) : bool
RenderText ( ) : void
Reset ( ) : void

Method Details

HotkeyTextBox() public method

public HotkeyTextBox ( ) : System.Windows.Forms
return System.Windows.Forms

OnKeyDown() protected method

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

OnKeyPress() protected method

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