ControlMousePointerType Enum
Contents
[
Hide
]ControlMousePointerType Enum
Represents the type of icon displayed as the mouse pointer for the control.
type ControlMousePointerType int32
Fields
Field | Description |
---|---|
Default | Standard pointer. |
Arrow | Arrow. |
Cross | Cross-hair pointer. |
IBeam | I-beam. |
SizeNESW | Double arrow pointing northeast and southwest. |
SizeNS | Double arrow pointing north and south. |
SizeNWSE | Double arrow pointing northwest and southeast. |
SizeWE | Double arrow pointing west and east. |
UpArrow | Up arrow. |
HourGlass | Hourglass. |
NoDrop | “Not” symbol (circle with a diagonal line) on top of the object being dragged. |
AppStarting | Arrow with an hourglass. |
Help | Arrow with a question mark. |
SizeAll | “Size-all” cursor (arrows pointing north, south, east, and west). |
Custom | Uses the icon specified by the MouseIcon property. |