Members of this enumeration can be passed as parameters to the SetMouseCursor method to specify which cursor should be changed.
SyntaxVB6
Copy Code
|
|---|
Public Enum EMouseCursor |
C++
Copy Code
|
|---|
enum EMouseCursor |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
mcPointer |
0 | The cursor displayed when the mouse points an empty area of the diagram. |
![]() |
mcCannotCreate |
1 | The cursors indicating that item' creation cannot complete at the current location. |
![]() |
mcModify |
2 | A cursor displayed when a node or arrow's control points can be moved if the user starts dragging at the current mouse location. |
![]() |
mcArrowStart |
3 | A cursor displayed when an arrow can be drawn at the current location. |
![]() |
mcArrowEnd |
4 | A cursor displayed when an arrow's end can be connected to the pointed node. |
![]() |
mcArrowCannotCreate |
5 | A cursor displayed when an arrow cannot be created at the current location. |
![]() |
mcHorzResize |
6 | Indicates that a node will be resized horizontally if the user starts dragging at the current mouse location. |
![]() |
mcVertResize |
7 | Indicates that a node will be resized horizontally if the user starts dragging at the current mouse location. |
![]() |
mcMainDgnlResize |
8 | Indicates that a node will be resized along its main diagonal if the user starts dragging at the current mouse location. |
![]() |
mcSecDgnlResize |
9 | Indicates that a node will be resized along its secondary diagonal if the user starts dragging at the current mouse location. |
![]() |
mcRotateShape |
10 | Indicates that a node will be rotated. |
![]() |
mcPan |
11 | The cursor displayed when the user pans the view. |
![]() |
mcCurrent |
12 |
|
See Also