ControlMousePointerType Enum

ControlMousePointerType Enum

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


type ControlMousePointerType int32

Fields

FieldDescription
DefaultStandard pointer.
ArrowArrow.
CrossCross-hair pointer.
IBeamI-beam.
SizeNESWDouble arrow pointing northeast and southwest.
SizeNSDouble arrow pointing north and south.
SizeNWSEDouble arrow pointing northwest and southeast.
SizeWEDouble arrow pointing west and east.
UpArrowUp arrow.
HourGlassHourglass.
NoDrop“Not” symbol (circle with a diagonal line) on top of the object being dragged.
AppStartingArrow with an hourglass.
HelpArrow with a question mark.
SizeAll“Size-all” cursor (arrows pointing north, south, east, and west).
CustomUses the icon specified by the MouseIcon property.