Input Method (SparkComboBox)
Class
SparkComboBox
.
Action
Dispatched when the user types, deletes, or pastes text into the control.
Syntax
C#
comboBox
.
Input
(
text
)
VB
comboBox
.
Input
(
text
)
Variable
Description
text
The character or sequence of characters entered by the user.
String
.