C# Class System.Windows.Forms.ToolStripTextBox.ToolStripTextBoxControl

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

Private Properties

Property Type Description
OnPaintInternal void
ToolTipTimer_Tick void

Public Methods

Method Description
ToolStripTextBoxControl ( ) : System.Drawing

Protected Methods

Method Description
OnLostFocus ( EventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void

Private Methods

Method Description
OnPaintInternal ( PaintEventArgs e ) : void
ToolTipTimer_Tick ( object o, EventArgs args ) : void

Method Details

OnLostFocus() protected method

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

OnMouseEnter() protected method

protected OnMouseEnter ( EventArgs e ) : void
e EventArgs
return void

OnMouseLeave() protected method

protected OnMouseLeave ( EventArgs e ) : void
e EventArgs
return void

ToolStripTextBoxControl() public method

public ToolStripTextBoxControl ( ) : System.Drawing
return System.Drawing