OlkTimeZoneControl.KeyUp event (Outlook)
Occurs when the user releases a key.
expression. KeyUp
( _KeyCode_
, _Shift_
)
expression A variable that represents an OlkTimeZoneControl object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
KeyCode | Required | Long | The numerical value of the key pressed. |
Shift | Required | OlShiftState | A bitwise-OR mask of constants in the OlShiftState enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed. |
The state of the modifier keys (SHIFT, CTRL, or ALT) that are pressed during the KeyUp event is accessible through the Shift parameter.
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.