Select Method (ListBox)
Class
ListBox
.
Action
Selects an item from the list box.
Syntax
C#
listBox
.
Select
(
item
)
VB
listBox
.
Select
(
item
)
Variable
Description
item
The item to select.
ItemIdentifier
.