CursorContextEnum 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.
Enum for current cursor context
public enum class CursorContextEnum
public enum CursorContextEnum
type CursorContextEnum =
Public Enum CursorContextEnum
- Inheritance
-
CursorContextEnum
Fields
Name | Value | Description |
---|---|---|
None | -1 | |
MoveEastWest | 0 | |
MoveNorthSouth | 1 | |
MoveNorthwestSoutheast | 2 | |
MoveNortheastSouthwest | 3 | |
MoveCross | 4 | |
RotateEastWest | 5 | |
RotateNorthSouth | 6 | |
Contextual | 7 |