C# Class SystemEx.Windows.Forms.SimpleNumericTextBox

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

Private Properties

Property Type Description
FormatText void
OnValueChanged void
Parse decimal?
ShowFlyout void
UpdateCalculatorEnabled void
_calculatorButton_Click void

Public Methods

Method Description
SimpleNumericTextBox ( ) : System

Protected Methods

Method Description
OnEnabledChanged ( EventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnValidating ( CancelEventArgs e ) : void

Private Methods

Method Description
FormatText ( ) : void
OnValueChanged ( EventArgs e ) : void
Parse ( string text ) : decimal?
ShowFlyout ( ) : void
UpdateCalculatorEnabled ( ) : void
_calculatorButton_Click ( object sender, EventArgs e ) : void

Method Details

OnEnabledChanged() protected method

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

OnKeyDown() protected method

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

OnValidating() protected method

protected OnValidating ( CancelEventArgs e ) : void
e CancelEventArgs
return void

SimpleNumericTextBox() public method

public SimpleNumericTextBox ( ) : System
return System