| Constant | Value | Description |
| vbDefault | 0 | Default |
| vbArrow | 1 | Arrow |
| vbCrosshair | 2 | Cross |
| vbIbeam | 3 | I beam |
| vbIconPointer | 4 | Icon |
| vbSizePointer | 5 | Size |
| vbSizeNESW | 6 | Size NE, SW |
| vbSizeNS | 7 | Size N, S |
| vbSizeNWSE | 8 | Size NW, SE |
| vbSizeWE | 9 | Size W, E |
| vbUpArrow | 10 | Up arrow |
| vbHourglass | 11 | Hourglass |
| vbNoDrop | 12 | No drop |
| vbArrowHourglass | 13 | Arrow and hourglass; (available only in 32-bit Visual Basic 5.0) |
| vbArrowQuestion | 14 | Arrow and question mark; (available only in 32-bit Visual Basic 5.0) |
| vbSizeAll | 15 | Size all; (available only in 32-bit Visual Basic 5.0) |
| vbCustom | 99 | Custom icon specified by the MouseIcon property |