Skip to content

Latest commit

 

History

History
40 lines (19 loc) · 1.27 KB

2f7e5205-7180-59c9-b069-fb7cf479bb0b.md

File metadata and controls

40 lines (19 loc) · 1.27 KB

OlkOptionButton.MouseMove Event (Outlook)

Occurs after a mouse movement has been registered over the control.

Syntax

expression . MouseMove( Button , Shift , X , Y )

expression A variable that represents an OlkOptionButton object.

Parameters

Name Required/Optional Data Type Description
Button Required Integer An OlMouseButton constant that specifies which button on the mouse has been pressed.
Shift Required Integer A bitwise-OR mask of constants in the OlShiftState enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed.
X Required [OLE_XPOS_CONTAINER] Identifies the location of the mouse cursor on the X-axis relative to the form.
Y Required [OLE_YPOS_CONTAINER] Identifies the location of the mouse cursor on the Y-axis relative to the form.

Remarks

Pressing the ALT key fires the MouseMove event.

See also

Concepts

OlkOptionButton Object

Other resources

OlkOptionButton Object Members