Gets or sets the type of cursor to use when the mouse is hovering over the control
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public virtual Cursor Cursor { get; set; }
Public Overridable Property Cursor As Cursor
Get
Set
abstract Cursor : Cursor with get, set
override Cursor : Cursor with get, set
Property Value
Type:
CursorThe mouse cursor
See Also