C# Class System.Windows.Forms.NumericUpDown

Inheritance: UpDownBase, ISupportInitialize
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Свойство Type Description
Check decimal
OnUIAMaximumChanged void
OnUIAMinimumChanged void
OnUIASmallChangeChanged void

Méthodes publiques

Méthode Description
BeginInit ( ) : void
DownButton ( ) : void
EndInit ( ) : void
NumericUpDown ( ) : System
ToString ( ) : string
UpButton ( ) : void

Méthodes protégées

Méthode Description
OnKeyDown ( KeyEventArgs e ) : void
OnKeyUp ( KeyEventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnTextBoxKeyPress ( object source, KeyPressEventArgs e ) : void
OnValueChanged ( EventArgs e ) : void
ParseEditText ( ) : void
UpdateEditText ( ) : void
ValidateEditText ( ) : void

Private Methods

Méthode Description
Check ( decimal val ) : decimal
OnUIAMaximumChanged ( EventArgs e ) : void
OnUIAMinimumChanged ( EventArgs e ) : void
OnUIASmallChangeChanged ( EventArgs e ) : void

Method Details

BeginInit() public méthode

public BeginInit ( ) : void
Résultat void

DownButton() public méthode

public DownButton ( ) : void
Résultat void

EndInit() public méthode

public EndInit ( ) : void
Résultat void

NumericUpDown() public méthode

public NumericUpDown ( ) : System
Résultat System

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
Résultat void

OnKeyUp() protected méthode

protected OnKeyUp ( KeyEventArgs e ) : void
e KeyEventArgs
Résultat void

OnLostFocus() protected méthode

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

OnTextBoxKeyPress() protected méthode

protected OnTextBoxKeyPress ( object source, KeyPressEventArgs e ) : void
source object
e KeyPressEventArgs
Résultat void

OnValueChanged() protected méthode

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

ParseEditText() protected méthode

protected ParseEditText ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

UpButton() public méthode

public UpButton ( ) : void
Résultat void

UpdateEditText() protected méthode

protected UpdateEditText ( ) : void
Résultat void

ValidateEditText() protected méthode

protected ValidateEditText ( ) : void
Résultat void