Class ControlToolTip
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ControlToolTip : Disposable, IDisposable
Constructors
ControlToolTip(Control)
Declaration
public ControlToolTip(Control Control)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Control | Control |
Fields
TOOLTIPS_CLASS
Declaration
public static readonly string TOOLTIPS_CLASS
Field Value
Type |
---|
System.String |
TOOLTIPS_CLASSA
Declaration
public static readonly string TOOLTIPS_CLASSA
Field Value
Type |
---|
System.String |
TOOLTIPS_CLASSW
Declaration
public static readonly string TOOLTIPS_CLASSW
Field Value
Type |
---|
System.String |
Methods
ActivateToolTip()
Declaration
public void ActivateToolTip()
AddToolTip(String, Int32, Rectangle)
Declaration
public void AddToolTip(string toolTipString, int toolTipId, Rectangle iconBounds)
Parameters
Type | Name | Description |
---|---|---|
System.String | toolTipString | |
System.Int32 | toolTipId | |
System.Drawing.Rectangle | iconBounds |
CreateToolTipHandle()
Declaration
public void CreateToolTipHandle()
DeactivateToolTip()
Declaration
public void DeactivateToolTip()
Destroy()
Declaration
public void Destroy()
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
InitToolTip(ref Int32, String, Rectangle)
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 |
RemoveToolTip(Int32)
Declaration
public void RemoveToolTip(int toolTipId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | toolTipId |
RequestNextToolTipId()
Declaration
public int RequestNextToolTipId()
Returns
Type |
---|
System.Int32 |
Implements
System.IDisposable