InkMousePointer enumeration (msinkaut.h)
Specifies the type of mouse pointer to appear.
Syntax
typedef enum InkMousePointer {
IMP_Default = 0,
IMP_Arrow = 1,
IMP_Crosshair = 2,
IMP_Ibeam = 3,
IMP_SizeNESW = 4,
IMP_SizeNS = 5,
IMP_SizeNWSE = 6,
IMP_SizeWE = 7,
IMP_UpArrow = 8,
IMP_Hourglass = 9,
IMP_NoDrop = 10,
IMP_ArrowHourglass = 11,
IMP_ArrowQuestion = 12,
IMP_SizeAll = 13,
IMP_Hand = 14,
IMP_Custom = 99
} ;
Constants
IMP_Default Value: 0 The default mouse pointer. |
IMP_Arrow Value: 1 The arrow mouse pointer. |
IMP_Crosshair Value: 2 The cross (cross-hair) mouse pointer. |
IMP_Ibeam Value: 3 The I-beam mouse pointer. |
IMP_SizeNESW Value: 4 The sizing handle NE/SW mouse pointer (double arrow that points northeast and southwest). |
IMP_SizeNS Value: 5 The sizing handle N/S mouse pointer (double arrow that points north and south). |
IMP_SizeNWSE Value: 6 The sizing handle NW/SE mouse pointer (double arrow that points northwest and southeast). |
IMP_SizeWE Value: 7 The sizing handle W/E mouse pointer (double arrow that points west and east). |
IMP_UpArrow Value: 8 The up arrow mouse pointer. |
IMP_Hourglass Value: 9 The hourglass (wait) mouse pointer. |
IMP_NoDrop Value: 10 The no-drop mouse pointer. |
IMP_ArrowHourglass Value: 11 The arrow and hourglass mouse pointer. |
IMP_ArrowQuestion Value: 12 The arrow and question mark mouse pointer. |
IMP_SizeAll Value: 13 The size-all mouse pointer. |
IMP_Hand Value: 14 The hand mouse pointer. |
IMP_Custom Value: 99 The custom mouse pointer that the MouseIcon property specifies. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Header | msinkaut.h |