ListBox.KeyUp
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
ListBox.KeyUp
Syntax
ControlName_KeyUp( keyCode, shift)
Applies To
Purpose
Occurs when the user releases a 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.