Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.16 KB

Outlook.OlkContactPhoto.KeyDown.md

File metadata and controls

45 lines (26 loc) · 1.16 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OlkContactPhoto.KeyDown event (Outlook)
vbaol11.chm1000318
vbaol11.chm1000318
Outlook.OlkContactPhoto.KeyDown
5ec4abe0-5600-ea94-c7a8-5f46d4ac587a
06/08/2017
medium

OlkContactPhoto.KeyDown event (Outlook)

Occurs when a user presses a key.

Syntax

expression. KeyDown( _KeyCode_ , _Shift_ )

expression A variable that represents an OlkContactPhoto object.

Parameters

Name Required/Optional Data type Description
KeyCode Required Long The numerical value of the key 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.

Remarks

The state of the modifier keys (SHIFT, CTRL, or ALT) that are pressed during the KeyDown event is accessible through the Shift parameter.

See also

OlkContactPhoto Object

[!includeSupport and feedback]