GoDiagram Win Reference
GetToolTip Method (GoObject)

may be null
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
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.
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

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback