SetItemFocus Method (ListView)
Class
ListView
.
Action
Gives focus to the item in the list.
Syntax
C#
listView
.
SetItemFocus
(
item
)
VB
listView
.
SetItemFocus
(
item
)
Variable
Description
item
The item to focus on.
ItemIdentifier
.