C# Class SystemEx.Windows.Forms.SimpleNumericTextBox

Inheritance: TextBox
Afficher le fichier Open project: pvginkel/SystemEx

Private Properties

Свойство Type Description
FormatText void
OnValueChanged void
Parse decimal?
ShowFlyout void
UpdateCalculatorEnabled void
_calculatorButton_Click void

Méthodes publiques

Méthode Description
SimpleNumericTextBox ( ) : System

Méthodes protégées

Méthode Description
OnEnabledChanged ( EventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnValidating ( CancelEventArgs e ) : void

Private Methods

Méthode 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 méthode

protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

OnValidating() protected méthode

protected OnValidating ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

SimpleNumericTextBox() public méthode

public SimpleNumericTextBox ( ) : System
Résultat System