MouseDown

 

Description

 

Fired when the user presses a mouse button while the mouse pointer is over the control.

 

Arguments

 

Name

Type

I/O

Description

Button

Short Integer

In

The buttons state.

Shift

Short Integer

In

The shift state.

X

OLE_XPOS_PIXELS x

In

The mouse pointer X coordinate within the control.

Y

OLE_YPOS_PIXELS y

In

The mouse pointer Y coordinate within the control.

 

 

Remarks

 

This is a stock event.