Class ToolTipInfo.ToolTipItem
Inheritance
System.Object
ToolTipInfo.ToolTipItem
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()
Assembly: Syncfusion.Tools.Windows.dll
Constructors
Declaration
public ToolTipItem(ToolTipInfo owner, ToolTipInfo.ToolTipItem template)
Parameters
Properties
Gets /Sets the location of the Image.
Declaration
public Point CustomLocation { get; set; }
Property Value
Type |
System.Drawing.Point |
Gets or Sets the font for the toolTip text.
Declaration
public Font Font { get; set; }
Property Value
Gets or Sets the forecolor of the SuperTooltip text.
Declaration
public Color ForeColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Gets or Sets whether a ToolTipItem should be hidden.
Declaration
public bool Hidden { get; set; }
Property Value
Gets or Sets, the image to be shown in the tooltip.
Declaration
public Image Image { get; set; }
Property Value
Type |
System.Drawing.Image |
Gets or Sets, the alignment of the image.
Declaration
public ContentAlignment ImageAlign { get; set; }
Property Value
Type |
System.Drawing.ContentAlignment |
Gets or Sets, the image scaling size.
Declaration
public Size ImageScalingSize { get; set; }
Property Value
Gets or Sets, the transparency color for the image.
Declaration
public Color ImageTransparentColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Declaration
public bool RenderHtml { get; set; }
Property Value
Declaration
public Size Size { get; set; }
Property Value
Text
Gets or Sets the text to be displayed in the SuperTooltip.
Declaration
public string Text { get; set; }
Property Value
TextAlign
Gets or Sets, the alignment of the SuperTooltip text.
Declaration
public ContentAlignment TextAlign { get; set; }
Property Value
Type |
System.Drawing.ContentAlignment |
TextImageRelation
Gets or sets value specifying the way image and text are situated.
Declaration
public ToolTipTextImageRelation TextImageRelation { get; set; }
Property Value
TextMargin
Declaration
public Padding TextMargin { get; set; }
Property Value
Type |
System.Windows.Forms.Padding |
Specifies whether to use custom location for Image.
Declaration
public bool UseCustomLocation { get; set; }
Property Value
Methods
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object toolTipItem)
Parameters
Type |
Name |
Description |
System.Object |
toolTipItem |
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)
Declaration
public Size GetPreferredSize(int nMaxWidth, bool bDesignMode)
Parameters
Type |
Name |
Description |
System.Int32 |
nMaxWidth |
|
System.Boolean |
bDesignMode |
|
Returns