Class ControlToolTip
Inheritance
System.Object
ControlToolTip
Implements
System.IDisposable
Assembly: Syncfusion.Shared.Base.dll
public class ControlToolTip : Disposable, IDisposable
Constructors
Declaration
public ControlToolTip(Control Control)
Parameters
| Type |
Name |
Description |
| System.Windows.Forms.Control |
Control |
|
Fields
Declaration
public static readonly string TOOLTIPS_CLASS
Field Value
Declaration
public static readonly string TOOLTIPS_CLASSA
Field Value
Declaration
public static readonly string TOOLTIPS_CLASSW
Field Value
Methods
Declaration
public void ActivateToolTip()
Declaration
public void AddToolTip(string toolTipString, int toolTipId, Rectangle iconBounds)
Parameters
| Type |
Name |
Description |
| System.String |
toolTipString |
|
| System.Int32 |
toolTipId |
|
| System.Drawing.Rectangle |
iconBounds |
|
Declaration
public void CreateToolTipHandle()
Declaration
public void DeactivateToolTip()
Declaration
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| System.Boolean |
disposing |
|
Overrides
Declaration
public void InitToolTip(ref int tooltipID, string toolTipText, Rectangle bounds)
Parameters
| Type |
Name |
Description |
| System.Int32 |
tooltipID |
|
| System.String |
toolTipText |
|
| System.Drawing.Rectangle |
bounds |
|
Declaration
public void RemoveToolTip(int toolTipId)
Parameters
| Type |
Name |
Description |
| System.Int32 |
toolTipId |
|
Declaration
public int RequestNextToolTipId()
Returns
Implements
System.IDisposable