GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoHandle Class / CursorName Property
In This Topic
    CursorName Property (GoHandle)
    In This Topic
    Gets or sets the name of the cursor to be used when the mouse is over this handle object.
    Syntax
    public string CursorName {get; set;}

    Property Value

    The default value is null.
    Remarks

    GetCursorName uses this property, taking precedence over the standard cursor name for the HandleID, as returned by GetCursorNameForHandleID.

    Because handles are only used in views, setting this property is not tracked by the undo/redo mechanism.

    See Also