IWinListViewwChecked Property |
Returns true if the item is checked. Else, false.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IReadOnlyEnumCollection2<bool> wChecked { get; }
ReadOnly Property wChecked As IReadOnlyEnumCollection2(Of Boolean)
Get
Dim instance As IWinListView
Dim value As IReadOnlyEnumCollection2(Of Boolean)
value = instance.wChecked
property IReadOnlyEnumCollection2<bool>^ wChecked {
IReadOnlyEnumCollection2<bool>^ get ();
}
Property Value
Type:
IReadOnlyEnumCollection2BooleanExceptions See Also