ExpressionEdit.MouseDown

Syntax

ControlName_MouseDown( btn, shift, x, y)

Applies To

ExpressionEdit

Purpose

Occurs when the user clicks the mouse on the control. This event occurs before the ExpressionEdit.MouseUp event.

Parameters

btn As Integer

[In] Specifies the mouse button pressed to cause this event. You can use any one of the MouseButtons constants.

shift As Integer

[In] Specifies a combination of the KeyModifiers constants that specifies the state of the <Shift>, <Ctrl>, and <Alt> keys.

x As long

[In] Specifies the x-coordinate of the mouse pointer, relative to the control, at the moment when the event occurs.

y As long

[In] Specifies the y-coordinate of the mouse pointer, relative to the control, at the moment when the event occurs.

See Also

ExpressionEdit.Click

ExpressionEdit.MouseMove

ExpressionEdit.MouseUp

KeyModifiers

MouseButtons