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

Field Description
DEFAULT Standard pointer.
ARROW Arrow.
CROSS Cross-hair pointer.
I_BEAM I-beam.
SIZE_NESW Double arrow pointing northeast and southwest.
SIZE_NS Double arrow pointing north and south.
SIZE_NWSE Double arrow pointing northwest and southeast.
SIZE_WE Double arrow pointing west and east.
UP_ARROW Up arrow.
HOUR_GLASS Hourglass.
NO_DROP “Not” symbol (circle with a diagonal line) on top of the object being dragged.
APP_STARTING Arrow with an hourglass.
HELP Arrow with a question mark.
SIZE_ALL “Size-all” cursor (arrows pointing north, south, east, and west).
CUSTOM Uses the icon specified by the MouseIcon property.

See Also