Input Method (FlexComboBase)
Class
FlexComboBase
.
Action
Creates an Event object that contains information about text events. Event objects are passed as parameters to event listeners.
Syntax
C#
comboBase
.
Input
(
text
)
VB
comboBase
.
Input
(
text
)
Variable
Description
text
One or more characters of text entered by the user. Event listeners can access this information through the text property.
String
.