Action
Double-clicks an item.
Availability
This functionality is supported only if you are using the Open Agent.
Syntax
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.
|
Notes
DoubleSelect scrolls the specified item into view and then double-clicks it.
Example
TestApplication.ListViewDialog.TheListView.DoubleSelect("TheItem")