IExtJSComboBoxwSelected Property |
Returns whether the item is selected.
Namespace:
SmartBear.TestLeft.TestObjects.Web.ExtJS
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IReadOnlyEnumCollection2<bool> wSelected { get; }
ReadOnly Property wSelected As IReadOnlyEnumCollection2(Of Boolean)
Get
Dim instance As IExtJSComboBox
Dim value As IReadOnlyEnumCollection2(Of Boolean)
value = instance.wSelected
property IReadOnlyEnumCollection2<bool>^ wSelected {
IReadOnlyEnumCollection2<bool>^ get ();
}
Property Value
Type:
IReadOnlyEnumCollection2BooleanExceptions See Also