C# Class ATMLCommonLibrary.controls.awb.AWBQuantityControl

Inheritance: System.Windows.Forms.NumericUpDown
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Public Methods

Method Description
AWBQuantityControl ( ) : System
AWBQuantityControl ( IContainer container ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnValueChanged ( EventArgs e ) : void
UpdateEditText ( ) : void

Private Methods

Method Description
ControlsToData ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

AWBQuantityControl() public method

public AWBQuantityControl ( ) : System
return System

AWBQuantityControl() public method

public AWBQuantityControl ( IContainer container ) : System
container IContainer
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OnValueChanged() protected method

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

UpdateEditText() protected method

protected UpdateEditText ( ) : void
return void