C# Class System.Windows.Forms.TextBoxDoubleB

Inheritance: TextBox
Show file Open project: Duke-Jones/ED-IBE

Private Properties

Property Type Description
ParseValue void

Protected Methods

Method Description
OnLostFocus ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void

Private Methods

Method Description
ParseValue ( String txtValue ) : void

Method Details

OnLostFocus() protected method

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

OnTextChanged() protected method

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