The properties of System.Windows.Forms.Cursors are listed below. For a list of all members, see the Cursors Members list.
See Also: Inherited members from System.Object
[read-only] static | AppStarting | Cursor.
Gets the cursor that appears when an application starts. |
[read-only] static | Arrow | Cursor.
Gets the arrow cursor. |
[read-only] static | Cross | Cursor.
Gets the crosshair cursor. |
[read-only] static | Default | Cursor.
Gets the default cursor, which is usually an arrow cursor. |
[read-only] static | Hand | Cursor.
Gets the hand cursor, typically used when hovering over a Web link. |
[read-only] static | Help | Cursor.
Gets the Help cursor, which is a combination of an arrow and a question mark. |
[read-only] static | HSplit | Cursor.
Gets the cursor that appears when the mouse is positioned over a horizontal splitter bar. |
[read-only] static | IBeam | Cursor.
Gets the I-beam cursor, which is used to show where the text cursor appears when the mouse is clicked. |
[read-only] static | No | Cursor.
Gets the cursor that indicates that a particular region is invalid for the current operation. |
[read-only] static | NoMove2D | Cursor.
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 | NoMoveHoriz | Cursor.
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 | NoMoveVert | Cursor.
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 | PanEast | Cursor.
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 | PanNE | Cursor.
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 | PanNorth | Cursor.
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 | PanNW | Cursor.
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 | PanSE | Cursor.
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 | PanSouth | Cursor.
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 | PanSW | Cursor.
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 | PanWest | Cursor.
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 | SizeAll | Cursor.
Gets the four-headed sizing cursor, which consists of four joined arrows that point north, south, east, and west. |
[read-only] static | SizeNESW | Cursor.
Gets the two-headed diagonal (northeast/southwest) sizing cursor. |
[read-only] static | SizeNS | Cursor.
Gets the two-headed vertical (north/south) sizing cursor. |
[read-only] static | SizeNWSE | Cursor.
Gets the two-headed diagonal (northwest/southeast) sizing cursor. |
[read-only] static | SizeWE | Cursor.
Gets the two-headed horizontal (west/east) sizing cursor. |
[read-only] static | UpArrow | Cursor.
Gets the up arrow cursor, typically used to identify an insertion point. |
[read-only] static | VSplit | Cursor.
Gets the cursor that appears when the mouse is positioned over a vertical splitter bar. |
[read-only] static | WaitCursor | Cursor.
Gets the wait cursor, typically an hourglass shape. |