GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoNode Class / ToolTipText Property
In This Topic
    ToolTipText Property (GoNode)
    In This Topic
    Gets or sets a string to be displayed in a tooltip.
    Syntax
    [Description("A string to be displayed in a tooltip.")]
    public virtual string ToolTipText {get; set;}

    Property Value

    The initial value is null, which means don't display a tooltip.
    Remarks
    Returning an empty string will display an empty tooltip. If you want to generate the tooltip text string dynamically, override GetToolTip.
    See Also