IWinListViewwSelected Property |
Returns true if the item is selected.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IListViewCollection<bool> wSelected { get; }
ReadOnly Property wSelected As IListViewCollection(Of Boolean)
Get
Dim instance As IWinListView
Dim value As IListViewCollection(Of Boolean)
value = instance.wSelected
property IListViewCollection<bool>^ wSelected {
IListViewCollection<bool>^ get ();
}
Property Value
Type:
IListViewCollectionBooleanExceptions See Also