Click or drag to resize

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
)

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