ListViewEx.
Double-clicks an item.
This functionality is supported only if you are using the Open Agent.
DoubleSelect (item, modifiers)
Variable | Description |
---|---|
item | The item to double-click. LISTITEM. |
modifiers | Optional: The modifier keys to press while double-clicking the item. Alt, Shift, and Ctrl. Use a modifier to click multiple items. Default: Don't use modifier keys. MODIFIERKEYSTATE. |
DoubleSelect scrolls the specified item into view and then double-clicks it.
TestApplication.ListViewDialog.TheListView.DoubleSelect("TheItem")