CoreCursorType enumeration
Specifies the set of cursor types.
Syntax
Attributes
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The CoreCursorType enumeration has these members.
| Member | Value | Description |
|---|---|---|
| Arrow | 0 |
The left-upward (northwest) arrow Windows cursor. |
| Cross | 1 |
The "cross" Windows cursor. |
| Custom | 2 |
A custom cursor. |
| Hand | 3 |
The "hand" Windows cursor. |
| Help | 4 |
The " |
| IBeam | 5 |
The "I"-shaped Windows cursor used for text selection. |
| SizeAll | 6 |
The "cross arrow" Windows cursor used for user interface (UI) element sizing. |
| SizeNortheastSouthwest | 7 |
The "right-upward, left-downward" dual arrow Windows cursor often used for element sizing. |
| SizeNorthSouth | 8 |
The up-down dual arrow Windows cursor often used for vertical (height) sizing. |
| SizeNorthwestSoutheast | 9 |
The "left-upward, right-downward" dual arrow Windows cursor often used for element sizing. |
| SizeWestEast | 10 |
The left-right dual arrow Windows cursor often used for horizontal (width) sizing. |
| UniversalNo | 11 |
The red "circle slash" Windows cursor often used to indicate that a UI behavor cannot be performed. |
| UpArrow | 12 |
The up arrow Windows cursor. |
| Wait | 13 |
The cycling Windows "wait" cursor often used to indicate that an element or behavior is in a wait state and cannot respond at the time. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
Build date: 2/25/2013