GoDiagram Web Reference
GetCursorName Method (GoPort)

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

GoPort Class
GoPort Members
Base Implementation in GetCursorName

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback