Enum ControlMousePointerType
Namespace: Aspose.Cells.Drawing.ActiveXControls
Assembly: Aspose.Cells.dll (25.2.0)
Represents the type of icon displayed as the mouse pointer for the control.
public enum ControlMousePointerType
Fields
AppStarting = 13
Arrow with an hourglass.
Arrow = 1
Arrow.
Cross = 2
Cross-hair pointer.
Custom = 99
Uses the icon specified by the MouseIcon property.
Default = 0
Standard pointer.
Help = 14
Arrow with a question mark.
HourGlass = 11
Hourglass.
IBeam = 3
I-beam.
NoDrop = 12
“Not” symbol (circle with a diagonal line) on top of the object being dragged.
SizeAll = 15
“Size-all” cursor (arrows pointing north, south, east, and west).
SizeNESW = 6
Double arrow pointing northeast and southwest.
SizeNS = 7
Double arrow pointing north and south.
SizeNWSE = 8
Double arrow pointing northwest and southeast.
SizeWE = 9
Double arrow pointing west and east.
UpArrow = 10
Up arrow.