Temporarily sets the current mouse pointer to the specified cursor.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static void SetCursor(
Cursor cursor
)
Public Shared Sub SetCursor (
cursor As Cursor
)
static member SetCursor :
cursor : Cursor -> unit
Parameters
- cursor
- Type: Eto.FormsCursor
Cursor to set the mouse pointer to temprarily
Remarks
Some platforms may or may not support this in some cases, and usually the cursor gets reset when it is moved.
Usually you would set the cursor using the
Cursor property instead.
See Also