| 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
Syntaxpublic Cursor(
	CursorIHandler handler
)
Public Sub New ( 
	handler As CursorIHandler
)
new : 
        handler : CursorIHandler -> CursorParameters
- handler
- Type: Eto.FormsCursorIHandler
 Handler to assign to this cursor for its implementation
 See Also
See Also