property ExFolderView.MousePointer as Long
Returns or sets a value indicating the type of mouse pointer displayed when the mouse is over a particular part of an object at run time.

 TypeDescription 
   Long A long expression that indicates a predefined cursor.   
Use the MousePointer property to specify a predefined cursor to be displayed while cursor hovers the control. Use the MouseIcon property to specify a custom cursor when the cursor hovers the control.

Following are the constants for mouse pointers:

Value Description
0 (Default) Shape determined by the object.
1 Arrow.
2 Cross (cross-hair pointer).
3 I Beam.
4 Icon (small square within a square).
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.
9 Size E W (double arrow pointing east and west).
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.


Send comments on this topic.
© 1999-2006 Exontrol Inc, Software. All rights reserved.