GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoNode Class / GetToolTip Method
In This Topic
    GetToolTip Method (GoNode)
    In This Topic
    Return a string to be displayed in a tooltip, or null for none.
    Syntax
    public override string GetToolTip( 
       GoView view
    )

    Parameters

    view

    Return Value

    By default this returns this node's ToolTipText. Override this method if you want dynamically computed tooltips.
    See Also