GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoHandle Class / GetCursorName Method
In This Topic
    GetCursorName Method (GoHandle)
    In This Topic
    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
    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.
    See Also