C# Class SystemEx.Windows.Forms.NumericTextBox

Inheritance: TextBox
显示文件 Open project: pvginkel/SystemEx

Private Properties

Property Type Description
FormatCurrentText void
TextBox_GotFocus void
TextBox_KeyDown void
TextBox_KeyPress void
TextBox_LostFocus void
TextBox_TextChanged void

Public Methods

Method Description
NumericTextBox ( ) : System

Protected Methods

Method Description
FormatNumber ( ) : string
OnNumericValueChanged ( System e ) : void

Private Methods

Method Description
FormatCurrentText ( ) : void
TextBox_GotFocus ( object sender, EventArgs e ) : void
TextBox_KeyDown ( object sender, KeyEventArgs e ) : void
TextBox_KeyPress ( object sender, KeyPressEventArgs e ) : void
TextBox_LostFocus ( object sender, EventArgs e ) : void
TextBox_TextChanged ( object sender, EventArgs e ) : void

Method Details

FormatNumber() protected method

protected FormatNumber ( ) : string
return string

NumericTextBox() public method

public NumericTextBox ( ) : System
return System

OnNumericValueChanged() protected method

protected OnNumericValueChanged ( System e ) : void
e System
return void