IXULTreeDblClickItem Method (String, Int32, ShiftKey) |
Simulates a double-click 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 DblClickItem(
string itemName,
int columnIndex,
ShiftKey shift
)
Sub DblClickItem (
itemName As String,
columnIndex As Integer,
shift As ShiftKey
)
Dim instance As IXULTree
Dim itemName As String
Dim columnIndex As Integer
Dim shift As ShiftKey
instance.DblClickItem(itemName, columnIndex,
shift)
void DblClickItem(
String^ itemName,
int columnIndex,
ShiftKey shift
)
Parameters
- itemName
- Type: SystemString
The item's name. - columnIndex
- Type: SystemInt32
The zero-based index of the column. - shift
- Type: SmartBear.TestLeft.TestObjectsShiftKey
The button that is pressed when a click is performed.
Exceptions See Also