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
)
Sub SetCursor (
cursor As Cursor
)
abstract SetCursor :
cursor : Cursor -> unit
Parameters
- cursor
- Type: Eto.FormsCursor
Cursor to set the mouse pointer to temprarily
See Also