SWTTable.
Double-clicks an item.
This functionality is supported only if you are using the Open Agent.
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. |
DoubleSelect scrolls the specified item into view and then double-clicks it.
SWTControls.SWTTabControl1.Control14.SWTTabControl1.Table.Table1.DoubleSelect("Index:0", 1, MOD_NONE)