public enum ENPredefinedCursor : System.Enum
public enum ENPredefinedCursor : System.Enum
Member | Description |
---|---|
AppStarting | The cursor that appears when an application starts. |
Arrow | The arrow cursor. |
Cross | The crosshair cursor. |
Hand | The hand cursor, typically used when hovering over a Web link. |
Help | The Help cursor, which is a combination of an arrow and a question mark. |
HSplit | The cursor that appears when the mouse is positioned over a horizontal splitter bar. |
IBeam | The I-beam cursor, which is used to show where the text cursor appears when the mouse is clicked. |
No | The cursor that indicates that a particular region is invalid for the current operation. |
NoMove2D | 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. |
NoMoveH | The cursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in a horizontal direction. |
NoMoveV | The cursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in a vertical direction. |
PanAll | The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically. |
PanEast | The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the right. |
PanNorth | The cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in an upward direction. |
PanNorthEast | 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. |
PanNorthWest | 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. |
PanSouth | The cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in a downward direction. |
PanSouthEast | 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. |
PanSouthWest | 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. |
PanWest | The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the left. |
SizeAll | The four-headed sizing cursor, which consists of four joined arrows that point north, south, east, and west. |
SizeNESW | The two-headed diagonal (northeast/southwest) sizing cursor. |
SizeNS | The two-headed vertical (north/south) sizing cursor. |
SizeNWSE | The two-headed diagonal (northwest/southeast) sizing cursor. |
SizeWE | The two-headed horizontal (west/east) sizing cursor. |
UpArrow | The up arrow cursor, typically used to identify an insertion point. |
VSplit | The cursor that appears when the mouse is positioned over a vertical splitter bar. |
Wait | The wait cursor, typically an hourglass shape. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.UI.ENPredefinedCursor
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)