See Also Examples Applies To
Occurs when a key is released while the control has focus.
Syntax
Sub object_KeyUpControl (KeyCode, Shift)
The KeyUpControl syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| KeyCode | Required. Integer. |
| Shift | Required. Integer. |
Remarks
Key events occur in the following order:
1.
KeyDownControl
2.
KeyPressControl
3.
KeyUpControl