MousePointer Property (APanel)

Returns or sets the shape of mouse pointer displayed when the mouse is over the object.

Syntax

[ enMousePointer =] Object.MousePointer

The MousePointer property syntax has the following parts:

 

Name

Type

Description

Object

APanel

APanel control

enMousePointer

enAMousePointer

the mouse pointer displayed when the mouse is over the panel object

Example

The following example will set the mouse pointer for a panel control:

panel.MousePointer=aMousePointerArrow

Applies to

APanel

See Also

MouseIcon