In This Article

CustomCursors Class

Provides access to built-in cursors.

public static class CustomCursors
Inheritance:
object object

Properties

IncrementalSearchBackward

The backward incremental search cursor.

public static Cursor? IncrementalSearchBackward { get; set; }

Property Value

Cursor

IncrementalSearchForward

The forward incremental search cursor.

public static Cursor? IncrementalSearchForward { get; set; }

Property Value

Cursor

ReverseArrow

The reverse arrow cursor.

public static Cursor? ReverseArrow { get; set; }

Property Value

Cursor

Inherited Members