Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.32 KB

Outlook.OlkCategory.MouseDown.md

File metadata and controls

42 lines (26 loc) · 1.32 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OlkCategory.MouseDown event (Outlook)
vbaol11.chm1000451
vbaol11.chm1000451
Outlook.OlkCategory.MouseDown
c75c2b05-3f85-0f6d-a5d0-59ff43b5653c
06/08/2017
medium

OlkCategory.MouseDown event (Outlook)

Occurs when the user presses a mouse button on the control.

Syntax

expression.MouseDown (Button, Shift, x, y)

expression A variable that represents an OlkCategory 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.

See also

OlkCategory Object

[!includeSupport and feedback]