ToolbarComboBox.OnKeyPress

Syntax

Sub OnKeyPress(Sender: Object; Args: IKeyPressEventArgs);

Begin

//set of operators;

End Sub OnKeyPress;

Parameters

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

Args - 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