Returns or sets the mouse icon used when the mouse pointer is positioned over an object.
Object.MouseIcon [ = picMouseIcon ]
The MouseIcon property syntax has the following parts:
Name |
Type |
Description |
Object |
AStatusBar |
AStatusBar object |
picMouseIcon |
APicture object |
The default is no picture.
The following statement sets the mouse icon:
sbr.MouseIcon=LoadPicture("c:\\dirname\\filename.ico")