GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / CursorName Property
In This Topic
    CursorName Property (GoView)
    In This Topic
    Gets or sets the view's Cursor given a standard cursor name, rather than a Windows.Forms.Cursor object.
    Syntax
    [Category("Behavior")]
    [DefaultValue("default")]
    [Description("The standard cursor name for the default cursor for this view")]
    public virtual string CursorName {get; set;}
    See Also