MousePointer property (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

short MousePointer

Overview

Refer to Miscellaneous Methods and Properties.

Remarks

(Persistent property, available at design time) Sets or returns the value that indicates the type of mouse pointer for the Raster View Control.

Setting

Meaning

0

(Default) Shape determined by the object

1

Arrow

2

Cross-hair

3

I-Beam

4

Small square within a square

5

Four-pointed arrow pointing north, south, east, and west

6

Double arrow pointing northeast and southwest

7

Double arrow pointing north and south

8

Double arrow pointing northwest and southeast

9

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

99

Custom icon specified by the MouseIcon property

See Also

Elements:

MouseIcon property

Topics:

Working with the Control: General Behavior

 

Working with the Control: Client Area Usage