System.Windows.Forms.Cursors Members

The members of System.Windows.Forms.Cursors are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
static
AppStartingCursor.

Gets the cursor that appears when an application starts.

[read-only]
static
ArrowCursor.

Gets the arrow cursor.

[read-only]
static
CrossCursor.

Gets the crosshair cursor.

[read-only]
static
DefaultCursor.

Gets the default cursor, which is usually an arrow cursor.

[read-only]
static
HandCursor.

Gets the hand cursor, typically used when hovering over a Web link.

[read-only]
static
HelpCursor.

Gets the Help cursor, which is a combination of an arrow and a question mark.

[read-only]
static
HSplitCursor.

Gets the cursor that appears when the mouse is positioned over a horizontal splitter bar.

[read-only]
static
IBeamCursor.

Gets the I-beam cursor, which is used to show where the text cursor appears when the mouse is clicked.

[read-only]
static
NoCursor.

Gets the cursor that indicates that a particular region is invalid for the current operation.

[read-only]
static
NoMove2DCursor.

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.

[read-only]
static
NoMoveHorizCursor.

Gets the cursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in a horizontal direction.

[read-only]
static
NoMoveVertCursor.

Gets the cursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in a vertical direction.

[read-only]
static
PanEastCursor.

Gets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the right.

[read-only]
static
PanNECursor.

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.

[read-only]
static
PanNorthCursor.

Gets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in an upward direction.

[read-only]
static
PanNWCursor.

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.

[read-only]
static
PanSECursor.

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.

[read-only]
static
PanSouthCursor.

Gets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in a downward direction.

[read-only]
static
PanSWCursor.

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.

[read-only]
static
PanWestCursor.

Gets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the left.

[read-only]
static
SizeAllCursor.

Gets the four-headed sizing cursor, which consists of four joined arrows that point north, south, east, and west.

[read-only]
static
SizeNESWCursor.

Gets the two-headed diagonal (northeast/southwest) sizing cursor.

[read-only]
static
SizeNSCursor.

Gets the two-headed vertical (north/south) sizing cursor.

[read-only]
static
SizeNWSECursor.

Gets the two-headed diagonal (northwest/southeast) sizing cursor.

[read-only]
static
SizeWECursor.

Gets the two-headed horizontal (west/east) sizing cursor.

[read-only]
static
UpArrowCursor.

Gets the up arrow cursor, typically used to identify an insertion point.

[read-only]
static
VSplitCursor.

Gets the cursor that appears when the mouse is positioned over a vertical splitter bar.

[read-only]
static
WaitCursorCursor.

Gets the wait cursor, typically an hourglass shape.