C# Class Forex_Strategy_Builder.NUD

New NumericUpDown
Inheritance: System.Windows.Forms.NumericUpDown
Show file Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Public Methods

Method Description
NUD ( ) : System

Protected Methods

Method Description
OnKeyUp ( KeyEventArgs e ) : void
OnMouseWheel ( MouseEventArgs e ) : void
OnValueChanged ( EventArgs e ) : void

Private Methods

Method Description
ChangeValue ( decimal change ) : void
SetValue ( decimal value ) : void
Timer_Tick ( object sender, EventArgs e ) : void

Method Details

NUD() public method

public NUD ( ) : System
return System

OnKeyUp() protected method

protected OnKeyUp ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
return void

OnMouseWheel() protected method

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnValueChanged() protected method

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