cursorType Enumeration

Cursor types
Members
 
  Member name Description
AppStarting The cursor that appears when an application starts.
Arrow The arrow cursor.
Cross The crosshair cursor.
Default The default cursor, which is usually an arrow cursor.
Hand The hand cursor.
Help The Help cursor, which is a combination of an arrow and a question mark.
IBeam The I-beam cursor, which is used to show where the text cursor appears when the mouse is clicked.
No The cursor that indicates that a particular region is invalid for the current operation.
Pan The cursor that appears when the pan action mode is enabled.
PanEast The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the right.
PanNE 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 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 The cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in an upward direction.
PanSE 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 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 The cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in a downward direction.
PanWest The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the left.
Pick The cursor that appears when the selection by pick is enabled.
Rotate The cursor that appears when the rotate action mode is enabled.
ScrollE The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the right.
ScrollN The cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in an upward direction.
ScrollNE 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 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 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 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 The cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in a downward direction.
ScrollW The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the left.
SizeAll The four-headed sizing cursor, which consists of four joined arrows that point north, south, east, and west.
SizeNESW The two-headed diagonal (northeast/southwest) sizing cursor.
SizeNS The two-headed vertical (north/south) sizing cursor.
SizeNWSE The two-headed diagonal (northwest/southeast) sizing cursor.
SizeWE The two-headed horizontal (west/east) sizing cursor.
UpArrow The up arrow cursor, typically used to identify an insertion point.
Wait The wait cursor, typically an hourglass shape.
Zoom The cursor that appears when the zoom action mode is enabled.
ZoomWindow The cursor that appears when the zoom window action mode is enabled.

In this article

Definition