OnMouseMove Event (APanel)

Occurs when the mouse button is moved upon the object.

Syntax

Object.OnMouseMove()

The OnMouseMove event syntax has the following parts:

 

Name

Type

Description

Object

APanel

APanel object

Comments

 

Example

Procedure MyPanel.OnMouseMove(): Void Public

{

  sbr.Panes(3).Text=GetLinePos()

}

Applies to

APanel

See Also