C# Class ATMLCommonLibrary.controls.awb.AWBQuantityControl

Inheritance: System.Windows.Forms.NumericUpDown
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Méthodes publiques

Méthode Description
AWBQuantityControl ( ) : System
AWBQuantityControl ( IContainer container ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode 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 méthode

public AWBQuantityControl ( ) : System
Résultat System

AWBQuantityControl() public méthode

public AWBQuantityControl ( IContainer container ) : System
container IContainer
Résultat System

Dispose() protected méthode

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

OnValueChanged() protected méthode

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

UpdateEditText() protected méthode

protected UpdateEditText ( ) : void
Résultat void