GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / GetCursorName Method
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
    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