Cursor Constructor (CursorIHandler) |
Initializes a new instance of the Cursor class with the specified handler.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Cursor(
CursorIHandler handler
)
Public Sub New (
handler As CursorIHandler
)
new :
handler : CursorIHandler -> Cursor
Parameters
- handler
- Type: Eto.FormsCursorIHandler
Handler to assign to this cursor for its implementation
See Also