Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.42 KB

Outlook.OlkDateControl.MouseMove.md

File metadata and controls

47 lines (28 loc) · 1.42 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OlkDateControl.MouseMove event (Outlook)
vbaol11.chm1000365
vbaol11.chm1000365
Outlook.OlkDateControl.MouseMove
a4788848-a2dd-d19e-e969-fb353eddbfc7
06/08/2017
medium

OlkDateControl.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 OlkDateControl 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

OlkDateControl Object

[!includeSupport and feedback]