Click or drag to resize

MouseIHandlerSetCursor Method

Temporarily sets the current mouse pointer to the specified cursor.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void SetCursor(
	Cursor cursor
)

Parameters

cursor
Type: Eto.FormsCursor
Cursor to set the mouse pointer to temprarily
See Also