GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / DoToolTipObject Method
In This Topic
    DoToolTipObject Method
    In This Topic
    This method is responsible for finding a tooltip string for an object and then displaying it in a ToolTip.
    Syntax
    public virtual void DoToolTipObject( 
       GoObject obj
    )

    Parameters

    obj
    Remarks

    This calls GoObject.GetToolTip on the given object and its GoObject.Parent's until it gets a non-null String return value. By default this method does nothing if this view has no ToolTip Control.

    This method is normally called by DoMouseOver.

    See Also