C# Class Longkong.ColorPicker.ComponentTextBox

Inheritance: System.Windows.Forms.TextBox
Mostra file Open project: Longkong/Pojjaman

Protected Methods

Method Description
IsInputKey ( Keys keyData ) : bool
OnLostFocus ( EventArgs e ) : void
ProcessDialogKey ( Keys keyData ) : bool

Private Methods

Method Description
ComponentTextBox ( ) : System

Method Details

IsInputKey() protected method

protected IsInputKey ( Keys keyData ) : bool
keyData Keys
return bool

OnLostFocus() protected method

protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs
return void

ProcessDialogKey() protected method

protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys
return bool