Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.12 KB

Outlook.OlkTextBox.KeyUp.md

File metadata and controls

45 lines (26 loc) · 1.12 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OlkTextBox.KeyUp event (Outlook)
vbaol11.chm1000080
vbaol11.chm1000080
Outlook.OlkTextBox.KeyUp
713fb517-9a64-6919-ec8c-e24b9dc066d1
06/08/2017
medium

OlkTextBox.KeyUp event (Outlook)

Occurs when the user releases a key.

Syntax

expression. KeyUp( _KeyCode_ , _Shift_ )

expression A variable that represents an OlkTextBox 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 KeyUp event is accessible through the Shift parameter.

See also

OlkTextBox Object

[!includeSupport and feedback]