Determines the kind of the cursor at a certain location in a document. The enumeration contains the following values:

Introduced: X11.

Members

Member Description
IBeam The cursor is an I-beam.
ArrowNE The cursor is an arrow cursor pointing to northeast.
VSplit The cursor is a vertical splitting cursor.
UpArrow The cursor is an up arrow cursor.
Arrow The cursor is a standard arrow cursor pointing to northwest.
DownArrow The cursor is a down arrow cursor.
SizeWE The cursor is a two-headed horizontal (west/east) sizing cursor.
SizeNS The cursor is the two-headed vertical (north/south) sizing cursor.
SizeNWSE The cursor is the two-headed diagonal (northwest/southeast) sizing cursor.
SizeNESW The cursor is the two-headed diagonal (northeast/southwest) sizing cursor.
SizeAll The cursor is the four-headed sizing cursor, which consists of four joined arrows that point north, south, east, and west.
Cross The cursor is the crosshair cursor.
No The cursor is the cursor that indicates that a particular region is invalid for the current operation.
DragDropCopy The cursor is the standard cursor for copying data during a drag and drop operation.
DragDropMove The cursor is the standard cursor for moving data during a drag and drop operation.

See Also

ServerVisualization.View.GetCursorKind Method.