GoDiagram Web Reference
GetToolTip Method (GoObject)

Called to get a String to display as a tooltip for this object.
Syntax
'Declaration
 
Public Overridable Function GetToolTip( _
   ByVal view As GoView _
) As String
public virtual string GetToolTip( 
   GoView view
)

Parameters

view

Return Value

A String, or null to indicate no tooltip for this object.
Remarks
By default this method does nothing but return null. Currently this is used by BuildToolTipSearchArray to get tooltip strings for all of the objects that are visible in the GoView.
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

GoObject Class
GoObject Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback