C# Class SystemEx.Windows.Forms.ToolTip

Inheritance: IDisposable
Datei anzeigen Open project: pvginkel/SystemEx

Public Methods

Method Description
Dispose ( ) : void
Hide ( ) : void
Show ( TipInfo tipInfo ) : void
ToolTip ( ) : System

Private Methods

Method Description
GetToolTip ( ) : ToolTip
ToolTip_Draw ( object sender, DrawToolTipEventArgs e ) : void
ToolTip_Popup ( object sender, System e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Hide() public method

public Hide ( ) : void
return void

Show() public method

public Show ( TipInfo tipInfo ) : void
tipInfo TipInfo
return void

ToolTip() public method

public ToolTip ( ) : System
return System