C# Class SystemEx.Windows.Forms.NumericTextBox

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

Private Properties

Свойство Type Description
FormatCurrentText void
TextBox_GotFocus void
TextBox_KeyDown void
TextBox_KeyPress void
TextBox_LostFocus void
TextBox_TextChanged void

Méthodes publiques

Méthode Description
NumericTextBox ( ) : System

Méthodes protégées

Méthode Description
FormatNumber ( ) : string
OnNumericValueChanged ( System e ) : void

Private Methods

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

protected FormatNumber ( ) : string
Résultat string

NumericTextBox() public méthode

public NumericTextBox ( ) : System
Résultat System

OnNumericValueChanged() protected méthode

protected OnNumericValueChanged ( System e ) : void
e System
Résultat void