Aspose::Cells::Drawing::ActiveXControls::ControlMousePointerType enum

ControlMousePointerType enum

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

enum class ControlMousePointerType

Values

NameValueDescription
Default0
Standard pointer.
Arrow1
Arrow.
Cross2
Cross-hair pointer.
IBeam3
I-beam.
SizeNESW6
Double arrow pointing northeast and southwest.
SizeNS7
Double arrow pointing north and south.
SizeNWSE8
Double arrow pointing northwest and southeast.
SizeWE9
Double arrow pointing west and east.
UpArrow10
Up arrow.
HourGlass11
Hourglass.
NoDrop12
“Not” symbol (circle with a diagonal line) on top of the object being dragged.
AppStarting13
Arrow with an hourglass.
Help14
Arrow with a question mark.
SizeAll15
“Size-all” cursor (arrows pointing north, south, east, and west).
Custom99
Uses the icon specified by the MouseIcon property.

See Also