menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolTipInfo - API Reference

    Show / Hide Table of Contents

    Class ToolTipInfo

    Inheritance
    System.Object
    ToolTipInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Drawing.Color

    Body

    Gets the Body (Description) ToolTipItem.

    Declaration
    public ToolTipInfo.ToolTipItem Body { get; }
    Property Value
    Type Description
    ToolTipInfo.ToolTipItem

    BorderColor

    Declaration
    public Color BorderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    Footer

    Gets or Sets Footer ToolTipItem

    Declaration
    public ToolTipInfo.ToolTipItem Footer { get; }
    Property Value
    Type Description
    ToolTipInfo.ToolTipItem

    ForeColor

    Gets or Sets forecolor of SuperToolTip.

    Declaration
    public Color ForeColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    Header

    Gets the Header ToolTipItem.

    Declaration
    public ToolTipInfo.ToolTipItem Header { get; }
    Property Value
    Type Description
    ToolTipInfo.ToolTipItem

    Separator

    Declaration
    public bool Separator { get; set; }
    Property Value
    Type Description
    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 Description
    ToolTipPropertyChangedEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved