GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoPort Class
/ GetCursorName Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
GetCursorName Method (GoPort)
In This Topic
Change the cursor to a "hand" cursor if the user can draw a new link at this port.
Syntax
C#
public
override
string
GetCursorName(
GoView
view
)
Parameters
view
Return Value
"hand" if the
GoView.CanLinkObjects
is true and if
CanLinkFrom
or
CanLinkTo
are true, null if the user cannot start drawing a new link from or to this port
See Also
Reference
GoPort Class
GoPort Members