IExtJSTreePanelViewCheckRow Method (String, CheckState) |
Sets the state of the specified row.
Namespace:
SmartBear.TestLeft.TestObjects.Web.ExtJS
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void CheckRow(
string rowName,
CheckState state
)
Sub CheckRow (
rowName As String,
state As CheckState
)
Dim instance As IExtJSTreePanelView
Dim rowName As String
Dim state As CheckState
instance.CheckRow(rowName, state)
void CheckRow(
String^ rowName,
CheckState state
)
Parameters
- rowName
- Type: SystemString
The name of the row. - state
- Type: SmartBear.TestLeft.TestObjectsCheckState
The new state of the item, which must be Unchecked, Checked or Grayed.
Exceptions See Also