IRadioButtonwChecked Property |
Returns true if the radio button is selected. Else, false.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax ReadOnly Property wChecked As Boolean
Get
Dim instance As IRadioButton
Dim value As Boolean
value = instance.wChecked
property bool wChecked {
bool get ();
}
Property Value
Type:
BooleanExceptions See Also