2.5.50.1 fmMousePointer

The following table specifies the values of this enumeration and their meanings.

Name

Value

Meaning

fmMousePointerDefault

0x00

Standard pointer.

fmMousePointerArrow

0x01

Arrow.

fmMousePointerCross

0x02

Cross-hair pointer.

fmMousePointerIBeam

0x03

I-beam.

fmMousePointerSizeNESW

0x06

Double arrow pointing northeast and southwest.

fmMousePointerSizeNS

0x07

Double arrow pointing north and south.

fmMousePointerSizeNWSE

0x08

Double arrow pointing northwest and southeast.

fmMousePointerSizeWE

0x09

Double arrow pointing west and east.

fmMousePointerUpArrow

0x0A

Up arrow.

fmMousePointerHourGlass

0x0B

Hourglass.

fmMousePointerNoDrop

0x0C

"Not" symbol (circle with a diagonal line) on top of the object being dragged.

fmMousePointerAppStarting

0x0D

Arrow with an hourglass.

fmMousePointerHelp

0x0E

Arrow with a question mark.

fmMousePointerSizeAll

0x0F

"Size-all" cursor (arrows pointing north, south, east, and west).

fmMousePointerCustom

0x63

Uses the icon specified by the MouseIcon property.