Change the cursor to a "hand" cursor if the user can draw a new link at this port.
'Declaration
Public Overrides Function GetCursorName( _
ByVal As GoView _
) As String
public override string GetCursorName(
GoView
)
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
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