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; }
ReadOnly Property wItemState As IEnumCollection2(Of CheckState)
Get
Dim instance As ICheckedListBox
Dim value As IEnumCollection2(Of CheckState)
value = instance.wItemState
property IEnumCollection2<CheckState>^ wItemState {
IEnumCollection2<CheckState>^ get ();
}
Property Value
Type:
IEnumCollection2CheckStateExceptions See Also