Select Method (ComboBox)
Class
ComboBox
.
Action
Selects an item from the combo box.
Syntax
C#
comboBox
.
Select
(
item
)
VB
comboBox
.
Select
(
item
)
Variable
Description
item
The item to select.
ItemIdentifier
.