IWinListViewClickItem Method (Int32, Int32) |
Moves the mouse cursor to the item and then simulates a single click.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void ClickItem(
int itemIndex,
int subitemIndex
)
Sub ClickItem (
itemIndex As Integer,
subitemIndex As Integer
)
Dim instance As IWinListView
Dim itemIndex As Integer
Dim subitemIndex As Integer
instance.ClickItem(itemIndex, subitemIndex)
void ClickItem(
int itemIndex,
int subitemIndex
)
Parameters
- itemIndex
- Type: SystemInt32
The zero-based index of the item. - subitemIndex
- Type: SystemInt32
The zero-based index of the subitem.
Exceptions See Also