GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / DefaultCursor Property
In This Topic
    DefaultCursor Property
    In This Topic
    Gets or sets the default Cursor for this view.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public virtual new Cursor DefaultCursor {get; set;}

    Property Value

    Setting this property to null will reset this value to the current Cursor property for this control.
    Remarks
    The normal behavior for a view is that when the mouse is not over any object, or if it is over no object for which GoObject.OnMouseOver returns true, then the view's Cursor property is set to the value of its DefaultCursor property.
    See Also