ToolbarComboBox.OnKeyPress

Syntax

OnKeyPress(Sender: Object; Args: IKeyPressEventArgs);

Parameters

Sender. The parameter that returns the component that has generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

The OnKeyPress event occurs if the component is focused when the user presses a character key.

See also:

ToolbarComboBox