GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / GetToolTip Method
may be null
In This Topic
    GetToolTip Method (GoObject)
    In This Topic
    Called to get a String to display as a tooltip for this object.
    Syntax
    public virtual string GetToolTip( 
       GoView view
    )

    Parameters

    view
    may be null

    Return Value

    A String, or null to indicate no tooltip for this object.
    Remarks
    By default this method does nothing but return null. A non-null String indicates this object handled the event and thus that the calling view need not continue calling the method up the chain of parents. GoView.GoView.DoToolTipObject is the normal caller.
    See Also