The WxCursor enumeration contains cursor types. The enumeration is used by the IWxShape.Cursor property.
Value | Brief description |
0 | Arrow. Arrow. |
1 | OverShape. Over the shape. |
2 | Cross. Cross. |
3 | Rotate. Rotate. |
4 | Rotating. Rotation. |
5 | SizeNS. Vertical arrow. |
6 | SizeWE. Horizontal arrow. |
7 | SizeNWSE. Arrow with its left edge at the top and right edge at the bottom. |
8 | SizeNESW. Arrow with its right edge at the top and left edge at the bottom. |
9 | Size. Arrow pointing to all directions: up, down, left, and right. |
10 | ConnectorArrow. Connecting arrow. |
11 | ConnectorCross. Connecting cross. |
12 | Plus. Plus. |
13 | HandOver. Hand ready to drag. |
14 | HandMove. Dragging hand. |
15 | HandPoint. Pointing hand. |
See also: