Cursor Constructor (CursorType) |
Initializes a new instance of the
Cursor class with the specified
type.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Cursor(
CursorType type
)
Public Sub New (
type As CursorType
)
new :
type : CursorType -> Cursor
Parameters
- type
- Type: Eto.FormsCursorType
Type of cursor.
See Also