| Visual Basic (Declaration) | |
|---|---|
Public Enum enumMousePointer Inherits System.Enum | |
| C# | |
|---|---|
public enum enumMousePointer : System.Enum | |
| Member | Description |
|---|---|
| AppStarting | cursor that appears when an application starts. |
| Arrow | arrow cursor |
| Cross | crosshair cursor. |
| Custom | A cursor that uses the ThumbCursor image. |
| Default | default cursor, which is usually an arrow cursor. |
| Hand | hand cursor. |
| Help | Help cursor |
| HSplit | cursor that appears when the mouse is positioned over a horizontal splitter bar. |
| IBeam | I-beam cursor. |
| No | cursor that indicates that a particular region is invalid for the current operation. |
| NoMove2D | 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. |
| NoMoveHoriz | cursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in a horizontal direction. |
| NoMoveVert | cursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in a vertical direction. |
| PanEast | cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the right. |
| PanNE | cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically upward and to the right. |
| PanNorth | cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in an upward direction. |
| PanNW | cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically upward and to the left. |
| PanSE | cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically downward and to the right. |
| PanSouth | cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in a downward direction. |
| PanSW | 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 | cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the left. |
| SizeAll | four-headed sizing cursor, which consists of four joined arrows that point north, south, east, and west. |
| SizeNESW | two-headed diagonal (northeast/southwest) sizing cursor. |
| SizeNS | two-headed vertical (north/south) sizing cursor. |
| SizeNWSE | two-headed diagonal (northwest/southeast) sizing cursor. |
| SizeWE | two-headed horizontal (west/east) sizing cursor. |
| UpArrow | up arrow cursor, typically used to identify an insertion point. |
| VSplit | cursor that appears when the mouse is positioned over a vertical splitter bar. |
| WaitCursor | wait cursor. |
For a listing of the pointer types see the Cursors Members Topic
System.Object
System.ValueType
System.Enum
Dbi.WinControl.Slide.enumMousePointer
Target Platforms: Current Windows operating system with .NET 8.