C# Class System.Windows.Forms.NumericUpDown

Inheritance: UpDownBase, ISupportInitialize
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description
Check decimal
OnUIAMaximumChanged void
OnUIAMinimumChanged void
OnUIASmallChangeChanged void

Public Methods

Method Description
BeginInit ( ) : void
DownButton ( ) : void
EndInit ( ) : void
NumericUpDown ( ) : System
ToString ( ) : string
UpButton ( ) : void

Protected Methods

Method 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

Method Description
Check ( decimal val ) : decimal
OnUIAMaximumChanged ( EventArgs e ) : void
OnUIAMinimumChanged ( EventArgs e ) : void
OnUIASmallChangeChanged ( EventArgs e ) : void

Method Details

BeginInit() public method

public BeginInit ( ) : void
return void

DownButton() public method

public DownButton ( ) : void
return void

EndInit() public method

public EndInit ( ) : void
return void

NumericUpDown() public method

public NumericUpDown ( ) : System
return System

OnKeyDown() protected method

protected OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
return void

OnKeyUp() protected method

protected OnKeyUp ( KeyEventArgs e ) : void
e KeyEventArgs
return void

OnLostFocus() protected method

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

OnTextBoxKeyPress() protected method

protected OnTextBoxKeyPress ( object source, KeyPressEventArgs e ) : void
source object
e KeyPressEventArgs
return void

OnValueChanged() protected method

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

ParseEditText() protected method

protected ParseEditText ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

UpButton() public method

public UpButton ( ) : void
return void

UpdateEditText() protected method

protected UpdateEditText ( ) : void
return void

ValidateEditText() protected method

protected ValidateEditText ( ) : void
return void