GoDiagram Win Reference
DoToolTipObject Method

This method is responsible for finding a tooltip string for an object and then displaying it in a ToolTip.
Syntax
'Declaration
 
Public Overridable Sub DoToolTipObject( _
   ByVal obj As GoObject _
) 
public virtual void DoToolTipObject( 
   GoObject obj
)

Parameters

obj
Remarks

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

This method is normally called by DoMouseOver.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoView Class
GoView Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback