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 |
AToolBar |
AToolBar control |
|
picMouseIcon |
A picture object |
The default is no picture.
The following statement sets the mouse icon:
tbr1.MouseIcon = LoadPicture ("c:\dirname\filename.ico")