CoreCursorType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the set of cursor types.
public enum class CoreCursorType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class CoreCursorType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum CoreCursorType
Public Enum CoreCursorType
- Inheritance
-
CoreCursorType
- Attributes
Windows requirements
| Requirements | Description |
|---|---|
| Device family |
Windows 10 (introduced in 10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
| Name | 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 left-upward (northwest) arrow Windows cursor with a question mark. |
| 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. |
| Pin | 14 |
The "hand" Windows cursor with a pin symbol. |
| Person | 15 |
The "hand" Windows cursor with a person symbol. |
Remarks
Version history
| Windows version | SDK version | Value added |
|---|---|---|
| 1709 | 16299 | Person |
| 1709 | 16299 | Pin |














