GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoLink Class
/ GetToolTip Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
GetToolTip Method (GoLink)
In This Topic
Return a string to be displayed in a tooltip, or null for none.
Syntax
C#
public
override
string
GetToolTip(
GoView
view
)
Parameters
view
Return Value
By default this returns this link's
ToolTipText
. Override this method if you want dynamically computed tooltips.
See Also
Reference
GoLink Class
GoLink Members