ControlMousePointerType enumeration

ControlMousePointerType enumeration

Represents the type of icon displayed as the mouse pointer for the control.

The ControlMousePointerType type exposes the following members:

Fields

FieldDescription
DEFAULTStandard pointer.
ARROWArrow.
CROSSCross-hair pointer.
I_BEAMI-beam.
SIZE_NESWDouble arrow pointing northeast and southwest.
SIZE_NSDouble arrow pointing north and south.
SIZE_NWSEDouble arrow pointing northwest and southeast.
SIZE_WEDouble arrow pointing west and east.
UP_ARROWUp arrow.
HOUR_GLASSHourglass.
NO_DROP“Not” symbol (circle with a diagonal line) on top of the object being dragged.
APP_STARTINGArrow with an hourglass.
HELPArrow with a question mark.
SIZE_ALL“Size-all” cursor (arrows pointing north, south, east, and west).
CUSTOMUses the icon specified by the MouseIcon property.

See Also