IPropertyGridViewClickLabel Method (String) |
Simulates a left click on the specified item's label.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void ClickLabel(
string itemName
)
Sub ClickLabel (
itemName As String
)
Dim instance As IPropertyGridView
Dim itemName As String
instance.ClickLabel(itemName)
void ClickLabel(
String^ itemName
)
Parameters
- itemName
- Type: SystemString
The item's name.
Exceptions See Also