Click or drag to resize

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
)

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
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also