GoDiagram Web Reference
AddToolTip Method

This is called by BuildToolTipSearchArray for each object that is visible in the view, to possibly add tooltip information for client-side use.
Syntax
'Declaration
 
Protected Overridable Sub AddToolTip( _
   ByVal obj As GoObject _
) 
protected virtual void AddToolTip( 
   GoObject obj
)

Parameters

obj
Remarks
This calls GoObject.GoObject.GetToolTip to see if the obj has a tooltip string.
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

GoViewDataRenderer Class
GoViewDataRenderer Members
BuildToolTipSearchArray Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback