Gets a cached cursor with the specified type
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static Cursor Cached(
CursorType type
)
Public Shared Function Cached (
type As CursorType
) As Cursor
static member Cached :
type : CursorType -> Cursor
Parameters
- type
- Type: Eto.FormsCursorType
Type of cursor to get
Return Value
Type:
CursorA cached instance of the specified cursor
See Also