IExtJSTreePanelViewCheckRow Method (Int32, 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(
int rowIndex,
CheckState state
)
Sub CheckRow (
rowIndex As Integer,
state As CheckState
)
Dim instance As IExtJSTreePanelView
Dim rowIndex As Integer
Dim state As CheckState
instance.CheckRow(rowIndex, state)
void CheckRow(
int rowIndex,
CheckState state
)
Parameters
- rowIndex
- Type: SystemInt32
The zero-based index of the row. - state
- Type: SmartBear.TestLeft.TestObjectsCheckState
The new state of the item, which must be Unchecked, Checked or Grayed.
Exceptions See Also