GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / GetCursorName Method
may be null
In This Topic
    GetCursorName Method (GoObject)
    In This Topic
    Called by OnMouseOver to determine the cursor, if any, to display over this object.
    Syntax
    public virtual string GetCursorName( 
       GoView view
    )

    Parameters

    view
    may be null

    Return Value

    By default this returns null: just show the view's default cursor.
    See Also