MouseIcon Property (APanel)

Returns or sets the mouse icon used when the mouse pointer is positioned over an object.

Syntax

[ picMouseIcon = ] Object.MouseIcon

The MouseIcon property syntax has the following parts:

 

Name]

Type

Description

Object

APanel

APanel control

picMouseIcon

APicture

a pictuer used for the mouse icon

Example

The following example will set the Mouse Icon a picture for a panel control:

panel.MouseIcon=pic

Applies to

APanel

See Also

MousePointer