C# Class BelhardTraining.Windows.Forms.Controls.NumericTextBox

Inheritance: System.Windows.Forms.TextBox
Afficher le fichier Open project: bazile/Training

Méthodes publiques

Méthode Description
NumericTextBox ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
WndProc ( Message &m ) : void

Private Methods

Méthode Description
GetWindowLong ( IntPtr hWnd, int nIndex ) : int
OnHandleCreated ( object sender, EventArgs args ) : void
SetWindowLong ( IntPtr hWnd, int nIndex, int dwNewLong ) : int

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

NumericTextBox() public méthode

public NumericTextBox ( ) : System
Résultat System

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void