CursorIHandlerCreate Method (CursorType) |
Creates the cursor instance with the specified type.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void Create(
CursorType type
)
Sub Create (
type As CursorType
)
abstract Create :
type : CursorType -> unit
Parameters
- type
- Type: Eto.FormsCursorType
Cursor type.
See Also