cursorType Enumeration

Cursor types
Fields
 
Name Value Description
AppStarting 10 The cursor that appears when an application starts.
Arrow 7 The arrow cursor.
Cross 6 The crosshair cursor.
Default 0 The default cursor, which is usually an arrow cursor.
Hand 8 The hand cursor.
Help 9 The Help cursor, which is a combination of an arrow and a question mark.
IBeam 11 The I-beam cursor, which is used to show where the text cursor appears when the mouse is clicked.
No 12 The cursor that indicates that a particular region is invalid for the current operation.
Pan 3 The cursor that appears when the pan action mode is enabled.
PanEast 19 The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the right.
PanNE 20 The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically upward and to the right.
PanNW 22 The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically upward and to the left.
PanNorth 21 The cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in an upward direction.
PanSE 23 The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically downward and to the right.
PanSW 25 The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically downward and to the left.
PanSouth 24 The cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in a downward direction.
PanWest 26 The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the left.
Pick 5 The cursor that appears when the selection by pick is enabled.
Rotate 4 The cursor that appears when the rotate action mode is enabled.
ScrollE 19 The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the right.
ScrollN 21 The cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in an upward direction.
ScrollNE 20 The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically upward and to the right.
ScrollNW 22 The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically upward and to the left.
ScrollSE 23 The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically downward and to the right.
ScrollSW 25 The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically downward and to the left.
ScrollSouth 24 The cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in a downward direction.
ScrollW 26 The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the left.
SizeAll 27 The four-headed sizing cursor, which consists of four joined arrows that point north, south, east, and west.
SizeNESW 28 The two-headed diagonal (northeast/southwest) sizing cursor.
SizeNS 29 The two-headed vertical (north/south) sizing cursor.
SizeNWSE 30 The two-headed diagonal (northwest/southeast) sizing cursor.
SizeWE 31 The two-headed horizontal (west/east) sizing cursor.
UpArrow 13 The up arrow cursor, typically used to identify an insertion point.
Wait 14 The wait cursor, typically an hourglass shape.
Zoom 2 The cursor that appears when the zoom action mode is enabled.
ZoomWindow 1 The cursor that appears when the zoom window action mode is enabled.

In this article

Definition