MousePointer Enumeration (original) (raw)

Summary

Specifies the type of mouse pointer to use for the control.

Syntax

public enum class MousePointer   

Members

Value Member Description
0 Default (Default) Shape determined by the object
1 Arrow Arrow
2 Crosshair Cross-hair
3 Ibeam I-Beam
4 IconPointer Small square within a square
5 SizePointer Four-pointed arrow pointing north, south, east, and west
6 SizeNESW Double arrow pointing northeast and southwest
7 SizeNS Double arrow pointing north and south
8 SizeNWSE Double arrow pointing northwest and southeast
9 SizeWE Double arrow pointing west and east
10 UpArrow Up Arrow
11 Hourglass Hourglass (wait)
12 NoDrop No Drop
13 ArrowHourglass Arrow and hourglass (only available in 32-bit systems)
14 ArrowQuestion Arrow and question mark (only available in 32-bit systems)
15 SizeAll Size all (only available in 32-bit systems)
99 Custom Custom icon specified by the MouseIcon property