Cursors Properties
.NET Framework 4.5
The Cursors type exposes the following members.
| Name | Description | |
|---|---|---|
|
AppStarting | Gets the cursor that appears when an application starts. |
|
Arrow | Gets the arrow cursor. |
|
Cross | Gets the crosshair cursor. |
|
Default | Gets the default cursor, which is usually an arrow cursor. |
|
Hand | Gets the hand cursor, typically used when hovering over a Web link. |
|
Help | Gets the Help cursor, which is a combination of an arrow and a question mark. |
|
HSplit | Gets the cursor that appears when the mouse is positioned over a horizontal splitter bar. |
|
IBeam | Gets the I-beam cursor, which is used to show where the text cursor appears when the mouse is clicked. |
|
No | Gets the cursor that indicates that a particular region is invalid for the current operation. |
|
NoMove2D | Gets the cursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in both a horizontal and vertical direction. |
|
NoMoveHoriz | Gets the cursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in a horizontal direction. |
|
NoMoveVert | Gets the cursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in a vertical direction. |
|
PanEast | Gets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the right. |
|
PanNE | Gets 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. |
|
PanNorth | Gets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in an upward direction. |
|
PanNW | Gets 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. |
|
PanSE | Gets 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. |
|
PanSouth | Gets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in a downward direction. |
|
PanSW | Gets 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. |
|
PanWest | Gets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the left. |
|
SizeAll | Gets the four-headed sizing cursor, which consists of four joined arrows that point north, south, east, and west. |
|
SizeNESW | Gets the two-headed diagonal (northeast/southwest) sizing cursor. |
|
SizeNS | Gets the two-headed vertical (north/south) sizing cursor. |
|
SizeNWSE | Gets the two-headed diagonal (northwest/southeast) sizing cursor. |
|
SizeWE | Gets the two-headed horizontal (west/east) sizing cursor. |
|
UpArrow | Gets the up arrow cursor, typically used to identify an insertion point. |
|
VSplit | Gets the cursor that appears when the mouse is positioned over a vertical splitter bar. |
|
WaitCursor | Gets the wait cursor, typically an hourglass shape. |