MousePointer Property

Returns or sets the type of mouse pointer to be displayed when the pointer is moved over an Image Edit control at run-time.

Applies To

Image Edit control

Syntax

object.MousePointer[=integer]

Data Type

Integer (enumerated)

Setting

    Description

0 (Default)

As determined by the value of the AnnotationType property

1

Arrow

2

Cross (cross-hair pointer)

3

I-Beam

4

Arrow

5

Size (four-pointed arrow pointing North, South, East, and West)

6

Size NE SW (double arrow pointing NorthEast and SouthWest)

7

Size N S (double arrow pointing North and South)

8

Size NW SE (double arrow pointing NorthWest and SouthEast)

9

Size W E (double arrow pointing West and East)

10

Up Arrow

11

Hourglass (wait)

12

No Drop

13

Arrow and Hourglass

14

Arrow and Question mark

15

Size All

16

Freehand Line

17

Hollow Rectangle

18

Filled Rectangle

19

Text Stamp

20

Text

21

Text From File

22

Attach-a-Note

23

Hand

24

Image Selection

99

Custom pointer specified by the MouseIcon property.


Remarks

The MouseIcon property must be set prior to setting the MousePointer property to 99.

Use this property to indicate changes in functionality as the mouse pointer passes over controls on a form or dialog box. Use the Hourglass setting (11) to indicate that the end user should wait for a process or operation to finish.

See Also

AnnotationType property

MouseIcon property