C# Class SidebarLibrary.WinControls.NumericTextBox

Summary description for NumericTextBox.
Inheritance: System.Windows.Forms.TextBox
Datei anzeigen Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
NumericTextBox ( ) : System

Protected Methods

Method Description
OnKeyPress ( KeyPressEventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnPaint ( PaintEventArgs pe ) : void

Private Methods

Method Description
InitializeComponent ( ) : void
NumericTextBox_TextChanged ( object sender, System e ) : void

Method Details

NumericTextBox() public method

public NumericTextBox ( ) : System
return System

OnKeyPress() protected method

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

OnLostFocus() protected method

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

OnPaint() protected method

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
return void