ExtendSelect Method (ListBox)
Class
ListBox
.
Action
Selects a range of items by extending the selection in the list box.
Syntax
C#
listBox
.
ExtendSelect
(
item
)
VB
listBox
.
ExtendSelect
(
item
)
Variable
Description
item
The item to select.
ItemIdentifier
.