GoDiagram Web Reference
GetToolTip Method (GoLabeledLink)

Return a string to be displayed in a tooltip, or null for none.
Syntax
'Declaration
 
Public Overrides Function GetToolTip( _
   ByVal view As GoView _
) As String
public override string GetToolTip( 
   GoView view
)

Parameters

view

Return Value

By default this returns the RealLink's ToolTipText. Override this method if you want dynamically computed tooltips.
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

GoLabeledLink Class
GoLabeledLink Members
Base Implementation in GetToolTip

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback