C# Class Skybound.Gecko.GeckoWebBrowser.ToolTipWindow

A window to contain a tool tip.
Inheritance: System.Windows.Forms.Form
显示文件 Open project: tophatmonocle/DirtyGecko

Public Methods

Method Description
ToolTipWindow ( ) : System

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
UpdateSize ( ) : void

Method Details

OnPaint() protected method

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

ToolTipWindow() public method

public ToolTipWindow ( ) : System
return System