Skip to content

Latest commit

 

History

History
38 lines (17 loc) · 1006 Bytes

63d8067e-1ec1-324e-e671-aa027bc22ace.md

File metadata and controls

38 lines (17 loc) · 1006 Bytes

OlkCommandButton.KeyUp Event (Outlook)

Occurs when the user releases a key.

Syntax

expression . KeyUp( KeyCode , Shift )

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

Concepts

OlkCommandButton Object

Other resources

OlkCommandButton Object Members