C# Class NetIde.Util.Forms.NumericBox

Inheritance: TextBox
显示文件 Open project: netide/netide

Private Properties

Property Type Description
FormatText void
OnValueChanged void
Parse decimal?

Protected Methods

Method Description
OnKeyDown ( KeyEventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnValidated ( EventArgs e ) : void

Private Methods

Method Description
FormatText ( ) : void
OnValueChanged ( EventArgs e ) : void
Parse ( string text ) : decimal?

Method Details

OnKeyDown() protected method

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

OnLostFocus() protected method

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

OnValidated() protected method

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