IXULTreeDblClickItemR Method (Int32) |
Simulates a double-click of the right mouse button on a tree item.
Namespace:
SmartBear.TestLeft.TestObjects.Web.XUL
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void DblClickItemR(
int itemIndex
)
Sub DblClickItemR (
itemIndex As Integer
)
Dim instance As IXULTree
Dim itemIndex As Integer
instance.DblClickItemR(itemIndex)
void DblClickItemR(
int itemIndex
)
Parameters
- itemIndex
- Type: SystemInt32
The zero-based index of the item.
Exceptions See Also