ExpressionEdit.KeyUp

Syntax

ControlName_KeyUp( keyCode, shift)

Applies To

ExpressionEdit

Purpose

Occurs when the user releases any key while the control has the input focus.

Parameters

keyCode As Integer

[In] Specifies the KeyCodes constant of the key the user pressed.

shift As Integer

[In] Specifies a combination of the KeyModifiers constants that specifies the state of the <Shift>, <Ctrl>, and <Alt> keys.

See Also

ExpressionEdit.KeyDown

ExpressionEdit.KeyPress

KeyCodes

KeyModifiers