Constant | Value | Description |
ccDefault | 0 | (Default) Shape determined by the object. |
ccArrow | 1 | Arrow. |
ccCross | 2 | Cross (cross-hair pointer). |
ccIbeam | 3 | I Beam. |
ccIcon | 4 | Icon (small square within a square). |
ccSize | 5 | Size (four-pointed arrow pointing north, south, east, and west). |
ccSizeNESW | 6 | Size NE SW (double arrow pointing northeast and southwest). |
ccSizeNS | 7 | Size N S (double arrow pointing north and south). |
ccSizeNWSE | 8 | Size NW, SE. |
ccSizeEW | 9 | Size E W (double arrow pointing east and west). |
ccUpArrow | 10 | Up Arrow. |
ccHourglass | 11 | Hourglass (wait). |
ccNoDrop | 12 | No Drop. |
ccArrowHourglass | 13 | Arrow and hourglass. |
cc ArrowQuestion | 14 | Arrow and question mark. |
ccSizeAll | 15 | Size all. |
ccCustom | 99 | Custom icon specified by the MouseIcon property. |
Note The cc prefix refers to the custom controls. Prefixes for the constants change with the specific control or group of controls. However, the description remains the same unless indicated.