IStatusBarClickItem Method (Int32, ShiftKey) |
Simulates a left-click on the specified status bar item.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void ClickItem(
int itemIndex,
ShiftKey shift
)
Sub ClickItem (
itemIndex As Integer,
shift As ShiftKey
)
Dim instance As IStatusBar
Dim itemIndex As Integer
Dim shift As ShiftKey
instance.ClickItem(itemIndex, shift)
void ClickItem(
int itemIndex,
ShiftKey shift
)
Parameters
- itemIndex
- Type: SystemInt32
The zero-based index of the item. - shift
- Type: SmartBear.TestLeft.TestObjectsShiftKey
The button that is pressed when a click is performed.
Exceptions See Also