IWinHeaderClickItemR Method (String) |
Moves the mouse cursor to the specified item and then simulates a click of the right mouse button over the item.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void ClickItemR(
string itemName
)
Sub ClickItemR (
itemName As String
)
Dim instance As IWinHeader
Dim itemName As String
instance.ClickItemR(itemName)
void ClickItemR(
String^ itemName
)
Parameters
- itemName
- Type: SystemString
The item's name.
Exceptions See Also