C# Class MetroFramework.Components.MetroToolTip

Inheritance: MetroToolTipBase
Show file Open project: akretion/uninfe Class Usage Examples

Private Properties

Property Type Description
MetroToolTip_Draw void
MetroToolTip_Popup void

Public Methods

Method Description
MetroToolTip ( ) : System
SetToolTip ( Control control, string caption ) : void

Private Methods

Method Description
MetroToolTip_Draw ( object sender, DrawToolTipEventArgs e ) : void
MetroToolTip_Popup ( object sender, System.Windows.Forms.PopupEventArgs e ) : void

Method Details

MetroToolTip() public method

public MetroToolTip ( ) : System
return System

SetToolTip() public method

public SetToolTip ( Control control, string caption ) : void
control System.Windows.Forms.Control
caption string
return void