property Button.MousePointer as Long
Sets or returns a value that determines the MousePointer to be displayed when the pointer moves over the control.

TypeDescription
Long A long expression that indicates the MousePointer to be displayed, as described below.
When MousePointer is set to exCustom, the control will use the icon that is set in the MouseIcon property. The valid values for the MousePointer property are:

0 - exDefault Default MousePointer
1 - exArrow Arrow
2 - exCrossHair Crosshair
3 - exIBeam Ibeam
4 - exIconPointer Icon
5 - exSizePointer Size
6 - exSizeNESW Size Northeast / Southwest
7 - exSizeNW Size North / West
8 - exSizeNWSE Size Northwest / Southeast
9 - exSizeWE Size West / East
10 - exUpArrow Up arrow
11 - exHourglass Hourglass
12 - exNoDrop "No" symbol

13 - exArrowHourglass Arrow with hourglass
14 - exArrowQuestion Arrow with question mark
15 - exSizeAll Size all
16 - exPointer Hand


99 - exCustom Custom pointer, set in MouseIcon property