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

Inheritance: System.Windows.Forms.TextBox
显示文件 Open project: bazile/Training

Public Methods

Method Description
NumericTextBox ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
WndProc ( Message &m ) : void

Private Methods

Method 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 method

protected Dispose ( bool disposing ) : void
disposing bool
return void

NumericTextBox() public method

public NumericTextBox ( ) : System
return System

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void