Class ToolTipInfo
Inheritance
System.Object
ToolTipInfo
Assembly: Syncfusion.Tools.Windows.dll
public class ToolTipInfo : Object
Constructors
Declaration
Declaration
public ToolTipInfo(ToolTipInfo template)
Parameters
Properties
Gets or Sets backColor of SuperToolTip.
Declaration
public Color BackColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Body
Gets the Body (Description) ToolTipItem.
Declaration
public ToolTipInfo.ToolTipItem Body { get; }
Property Value
Declaration
public Color BorderColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Gets or Sets Footer ToolTipItem
Declaration
public ToolTipInfo.ToolTipItem Footer { get; }
Property Value
Gets or Sets forecolor of SuperToolTip.
Declaration
public Color ForeColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Gets the Header ToolTipItem.
Declaration
public ToolTipInfo.ToolTipItem Header { get; }
Property Value
Declaration
public bool Separator { get; set; }
Property Value
Methods
Declaration
public void add_PropertyChanged(ToolTipPropertyChangedEventHandler value)
Parameters
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object toolTipInfo)
Parameters
| Type |
Name |
Description |
| System.Object |
toolTipInfo |
The object to compare with the current object
|
Returns
| Type |
Description |
| System.Boolean |
Returns boolean value whether the objects are considered equal
|
Declaration
public void remove_PropertyChanged(ToolTipPropertyChangedEventHandler value)
Parameters
Events
Declaration
public event ToolTipPropertyChangedEventHandler PropertyChanged
Event Type