GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLabeledLink Class / ToolTipText Property
In This Topic
    ToolTipText Property (GoLabeledLink)
    In This Topic
    Gets or sets the RealLink's GoLink.ToolTipText property.
    Syntax
    [Description("A string to be displayed in a tooltip.")]
    public string ToolTipText {get; set;}
    Remarks
    If you want to generate the tooltip text string dynamically, override GetToolTip.
    See Also