ControlMousePointerType Enumeration |
Represents the type of icon displayed as the mouse pointer for the control.
Namespace:
Aspose.Diagram.ActiveXControls
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum ControlMousePointerType
Public Enumeration ControlMousePointerType
public enum class ControlMousePointerType
type ControlMousePointerType
Members|
| Member name | Value | Description |
|---|
| Default | 0 |
Standard pointer.
|
| Arrow | 1 |
Arrow.
|
| Cross | 2 |
Cross-hair pointer.
|
| IBeam | 3 |
I-beam.
|
| 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.
|
| HourGlass | 11 |
Hourglass.
|
| NoDrop | 12 |
“Not” symbol (circle with a diagonal line) on top of the object being dragged.
|
| AppStarting | 13 |
Arrow with an hourglass.
|
| Help | 14 |
Arrow with a question mark.
|
| SizeAll | 15 |
“Size-all” cursor (arrows pointing north, south, east, and west).
|
| Custom | 99 |
Uses the icon specified by the MouseIcon property.
|
See Also