InsertionPalette.KeyDown

Syntax

ControlName_KeyDown( keyCode, shift)

Applies To

InsertionPalette

Purpose

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

Parameters

keyCode As Integer

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

shift As Integer

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

See Also

KeyCodes