C# Class System.Windows.Forms.UpDownBase.UpDownTextBox

Inheritance: TextBox
Show file Open project: Clancey/MonoMac.Windows.Form

Public Methods

Method Description
UpDownTextBox ( UpDownBase owner ) : System

Protected Methods

Method Description
OnGotFocus ( EventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void

Method Details

OnGotFocus() protected method

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

OnLostFocus() protected method

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

OnMouseDown() protected method

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

OnMouseUp() protected method

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

UpDownTextBox() public method

public UpDownTextBox ( UpDownBase owner ) : System
owner UpDownBase
return System