Click or drag to resize

ICheckedListBoxwItemState Property

Returns a collection of item states. An item's state can be found and changed by using the item's index or name.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
IEnumCollection2<CheckState> wItemState { get; }

Property Value

Type: IEnumCollection2CheckState
Exceptions
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also