|
|
|
|
Sets or returns a mouse pointer for various modes within the control.
Syntax
FlpGrf.MousePointer [ = value]
The GraphType property has these parts:
|
Part |
Description |
|
FlpGrf |
An object expression that evaluates the Flipper Graph ASP object. |
|
value |
An integer expression specifying what the mouse pointer will look like.on the control |
Settings
|
Value |
Description | |
|
flpMouseArrow |
1 |
Arrow |
|
flpMouseCross |
2 |
Cros (cross hairs pointer) |
|
flpMouseIBeam |
3 |
I beam |
|
flpMouseSizeAll |
15 |
Size all (four pointed arrow) |
|
flpMouseSizeNESW |
6 |
Size NE SW |
|
flpMouseSizeNS |
7 |
Size N S |
|
flpMouseSizeNWSE |
8 |
Size NW SE |
|
flpMouseWE |
9 |
Size W E |
|
flpUpArrow |
10 |
Up Arrow |
Remarks
This property is for controling the appearance of the mouse pointer when it is above the control.
Last modified on: Friday, August 16, 2002