Enum ControlMousePointerType

ControlMousePointerType enumeration

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

public enum ControlMousePointerType

Values

NameValueDescription
Default0Standard pointer.
Arrow1Arrow.
Cross2Cross-hair pointer.
IBeam3I-beam.
SizeNESW6Double arrow pointing northeast and southwest.
SizeNS7Double arrow pointing north and south.
SizeNWSE8Double arrow pointing northwest and southeast.
SizeWE9Double arrow pointing west and east.
UpArrow10Up arrow.
HourGlass11Hourglass.
NoDrop12“Not” symbol (circle with a diagonal line) on top of the object being dragged.
AppStarting13Arrow with an hourglass.
Help14Arrow with a question mark.
SizeAll15“Size-all” cursor (arrows pointing north, south, east, and west).
Custom99Uses the icon specified by the MouseIcon property.

See Also