C# Class System.Windows.Forms.ToolTip.ToolTipWindow

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

Private Properties

Property Type Description
OnDraw void
OnPopup void
OnUIAToolTip_VisibleChanged void
OnUnPopup void
ToolTipWindow System.Collections
ToolTipWindow_VisibleChanged void

Public Methods

Method Description
Present ( Control control, string text ) : void
PresentModal ( Control control, string text ) : void

Protected Methods

Method Description
OnCreateControl ( ) : void
OnPaint ( PaintEventArgs pevent ) : void
OnTextChanged ( EventArgs args ) : void

Private Methods

Method Description
OnDraw ( DrawToolTipEventArgs e ) : void
OnPopup ( System.Windows.Forms.PopupEventArgs e ) : void
OnUIAToolTip_VisibleChanged ( object sender, EventArgs e ) : void
OnUnPopup ( System.Windows.Forms.PopupEventArgs e ) : void
ToolTipWindow ( ) : System.Collections
ToolTipWindow_VisibleChanged ( object sender, EventArgs e ) : void

Method Details

OnCreateControl() protected method

protected OnCreateControl ( ) : void
return void

OnPaint() protected method

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

OnTextChanged() protected method

protected OnTextChanged ( EventArgs args ) : void
args EventArgs
return void

Present() public method

public Present ( Control control, string text ) : void
control Control
text string
return void

PresentModal() public method

public PresentModal ( Control control, string text ) : void
control Control
text string
return void