SystemCursorId Enumeration

Specifies the (handle)identifiers of the system cursors.

Definition

Namespace: DevCase.Core.Media.Graphics
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum SystemCursorId

Members

Other 0 The cursor is unknown, it can be one of these:

HSplit, VSplit,

NoMove2D, NoMoveHoriz, NoMoveVert,

PanNorth, PanSouth, PanEast, PanWest,

PanNE, PanNW, PanSE, PanSW.

Arrow 65,539 The arrow cursor.
IBeam 65,541 The I-beam cursor, which is used to show where the text cursor appears when the mouse is clicked.
WaitCursor 65,543 The wait cursor, typically an hourglass shape.
Cross 65,545 The crosshair cursor.
UpArrow 65,547 The up arrow cursor, typically used to identify an insertion point.
SizeNWSE 65,549 The two-headed diagonal (northwest/southeast) sizing cursor.
SizeNESW 65,551 The two-headed diagonal (northeast/southwest) sizing cursor.
SizeWE 65,553 The two-headed horizontal (west/east) sizing cursor.
SizeNS 65,555 The two-headed vertical (north/south) sizing cursor.
SizeAll 65,557 The four-headed sizing cursor, which consists of four joined arrows that point north, south, east, and west.
No 65,559 The cursor that indicates that a particular region is invalid for the current operation.
AppStarting 65,561 The cursor that appears when an application starts.
Help 65,563 The Help cursor, which is a combination of an arrow and a question mark.
Hand 65,567 The hand cursor, typically used when hovering over a Web link.

See Also