C# Class NetIde.Util.Forms.NumericBox

Inheritance: TextBox
Afficher le fichier Open project: netide/netide

Private Properties

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

Méthodes protégées

Méthode Description
OnKeyDown ( KeyEventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnValidated ( EventArgs e ) : void

Private Methods

Méthode Description
FormatText ( ) : void
OnValueChanged ( EventArgs e ) : void
Parse ( string text ) : decimal?

Method Details

OnKeyDown() protected méthode

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

OnLostFocus() protected méthode

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

OnValidated() protected méthode

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