SetItemFocus Method (ListViewEx)

Class

ListViewEx.

Action

Gives focus to the item in the list.

Availability

This functionality is supported only if you are using the Open Agent.

Syntax

SetItemFocus(item)
Variable Description
item The item to focus on. LISTITEM.

Notes

This method is supported only in scripts for Windows-based applications.

Example

TestApplication.ListViewDialog.TheListView.SetItemFocus("List")