Class RadioButtonDescription
The description of a .NET Windows Forms RadioButton test object.
public class RadioButtonDescription : UiObjectDescriptionBase, ICloneable, IDescription
- Inheritance
-
RadioButtonDescription
- Implements
- Inherited Members
Constructors
RadioButtonDescription()
public RadioButtonDescription()
Properties
IsChecked
Indicates whether the radio button is checked.
public bool? IsChecked { get; set; }
Property Value
- bool?