SequenceView.KeyDown
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
SequenceView.KeyDown
Syntax
ControlName_KeyDown( keyCode, shift)
Applies To
Purpose
Occurs when the user presses a key while the SequenceView control has input focus.
Parameters
keyCode As Integer
[In/Out] 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.