GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / Cursor Property
In This Topic
    Cursor Property
    In This Topic
    We override this property in order to remember the DefaultCursor if it had not been set explicitly.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public override Cursor Cursor {get; set;}
    See Also