C# Class System.Windows.Forms.UpDownBase

Inheritance: ContainerControl
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description
OnPaintInternal void
OnUIADownButtonClick void
OnUIAUpButtonClick void
TabIndexChangedHandler void
UpdateBounds void
layoutControl void

Public Methods

Method Description
DownButton ( ) : void
Select ( int start, int length ) : void
UpButton ( ) : void
UpDownBase ( ) : System

Protected Methods

Method Description
OnChanged ( object source, EventArgs e ) : void
OnFontChanged ( EventArgs e ) : void
OnHandleCreated ( EventArgs e ) : void
OnHandleDestroyed ( EventArgs e ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs mevent ) : void
OnMouseWheel ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnTextBoxKeyDown ( object source, KeyEventArgs e ) : void
OnTextBoxKeyPress ( object source, KeyPressEventArgs e ) : void
OnTextBoxLostFocus ( object source, EventArgs e ) : void
OnTextBoxResize ( object source, EventArgs e ) : void
OnTextBoxTextChanged ( object source, EventArgs e ) : void
UpdateEditText ( ) : void
ValidateEditText ( ) : void

Private Methods

Method Description
OnPaintInternal ( PaintEventArgs e ) : void
OnUIADownButtonClick ( EventArgs e ) : void
OnUIAUpButtonClick ( EventArgs e ) : void
TabIndexChangedHandler ( object sender, EventArgs e ) : void
UpdateBounds ( ) : void
layoutControl ( ) : void

Method Details

DownButton() public abstract method

public abstract DownButton ( ) : void
return void

OnChanged() protected method

protected OnChanged ( object source, EventArgs e ) : void
source object
e System.EventArgs
return void

OnFontChanged() protected method

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

OnHandleCreated() protected method

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

OnHandleDestroyed() protected method

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

OnLayout() protected method

protected OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
e System.Windows.Forms.LayoutEventArgs
return void

OnMouseDown() protected method

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

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs mevent ) : void
mevent MouseEventArgs
return void

OnMouseWheel() protected method

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

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnTextBoxKeyDown() protected method

protected OnTextBoxKeyDown ( object source, KeyEventArgs e ) : void
source object
e KeyEventArgs
return void

OnTextBoxKeyPress() protected method

protected OnTextBoxKeyPress ( object source, KeyPressEventArgs e ) : void
source object
e KeyPressEventArgs
return void

OnTextBoxLostFocus() protected method

protected OnTextBoxLostFocus ( object source, EventArgs e ) : void
source object
e System.EventArgs
return void

OnTextBoxResize() protected method

protected OnTextBoxResize ( object source, EventArgs e ) : void
source object
e System.EventArgs
return void

OnTextBoxTextChanged() protected method

protected OnTextBoxTextChanged ( object source, EventArgs e ) : void
source object
e System.EventArgs
return void

Select() public method

public Select ( int start, int length ) : void
start int
length int
return void

UpButton() public abstract method

public abstract UpButton ( ) : void
return void

UpDownBase() public method

public UpDownBase ( ) : System
return System

UpdateEditText() protected abstract method

protected abstract UpdateEditText ( ) : void
return void

ValidateEditText() protected method

protected ValidateEditText ( ) : void
return void