GoDiagram Web Reference
GetCursorName Method (GoHandle)

Return the appropriate resize cursor name for the handle ID's corresponding to the standard spots, but return null if the object cannot be resized.
Syntax
'Declaration
 
Public Overrides Function GetCursorName( _
   ByVal view As GoView _
) As String
public override string GetCursorName( 
   GoView view
)

Parameters

view

Return Value

null if GoView.CanResizeObjects is false or if GoObject.CanResize and GoObject.CanReshape are both false; otherwise the value of CursorName if it is non-null; finally a cursor name depending on the HandleID, such as "se-resize" for GoObject.BottomRight or "hand" for GoLink.RelinkableToHandle, or "move" for most other handles, or finally null if the HandleID is GoObject.NoHandle.
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

GoHandle Class
GoHandle Members
Base Implementation in GetCursorName

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback