IWinHeaderDblClickDivider Method (String, ShiftKey) |
Simulates a double-click on the divider which is to the right of the specified header item.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void DblClickDivider(
string itemName,
ShiftKey shiftkey
)
Sub DblClickDivider (
itemName As String,
shiftkey As ShiftKey
)
Dim instance As IWinHeader
Dim itemName As String
Dim shiftkey As ShiftKey
instance.DblClickDivider(itemName, shiftkey)
void DblClickDivider(
String^ itemName,
ShiftKey shiftkey
)
Parameters
- itemName
- Type: SystemString
The item's name. - shiftkey
- Type: SmartBear.TestLeft.TestObjectsShiftKey
The button that is pressed when a click is performed.
Exceptions See Also