Returns or sets the shape of mouse pointer displayed when the mouse is over the object.
[ enMousePointer =] Object.MousePointer
The MousePointer property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
APanel |
APanel control |
|
enMousePointer |
the mouse pointer displayed when the mouse is over the panel object |
The following example will set the mouse pointer for a panel control:
panel.MousePointer=aMousePointerArrow