DoubleSelect Method (SWTTable)

Class

SWTTable.

Action

Double-clicks an item.

Availability

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

Syntax

table.DoubleSelect (row, [column], modifiers)
Variable Description
row The row to double-click. LISTITEM.
column Optional. The column to double-click. LISTITEM.
modifiers The modifier to double-click. MODIFIERKEYSTATE.

Notes

DoubleSelect scrolls the specified item into view and then double-clicks it.

Example

SWTControls.SWTTabControl1.Control14.SWTTabControl1.Table.Table1.DoubleSelect("Index:0", 1, MOD_NONE)