Class ToolTipInfo
Inheritance
System.Object
ToolTipInfo
Inherited Members
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.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ToolTipInfo
Constructors
ToolTipInfo()
Declaration
public ToolTipInfo()
ToolTipInfo(ToolTipInfo)
Declaration
public ToolTipInfo(ToolTipInfo template)
Parameters
Type | Name | Description |
---|---|---|
ToolTipInfo | template |
Properties
BackColor
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
Type |
---|
ToolTipInfo.ToolTipItem |
BorderColor
Declaration
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Footer
Gets or Sets Footer ToolTipItem
Declaration
public ToolTipInfo.ToolTipItem Footer { get; }
Property Value
Type |
---|
ToolTipInfo.ToolTipItem |
ForeColor
Gets or Sets forecolor of SuperToolTip.
Declaration
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Header
Gets the Header ToolTipItem.
Declaration
public ToolTipInfo.ToolTipItem Header { get; }
Property Value
Type |
---|
ToolTipInfo.ToolTipItem |
Separator
Declaration
public bool Separator { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
Equals(Object)
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 |
Overrides
System.Object.Equals(System.Object)
Events
PropertyChanged
Declaration
public event ToolTipPropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
ToolTipPropertyChangedEventHandler |