Show / Hide Table of Contents

Interface ICursorService

Describes Cursor Service for changing cursor type

Namespace: EmptyKeys.UserInterface.Input
Assembly: EmptyKeys.UserInterface.dll
Syntax
public interface ICursorService

Methods

SetCursorType(CursorType)

Sets the type of the cursor.

Declaration
void SetCursorType(CursorType cursorType)
Parameters
Type Name Description
CursorType cursorType

Type of the cursor.

Back to top Generated by DocFX