Interface IRadioButton
A standard Windows radio button.
public interface IRadioButton : IUiObjectWithLayoutInfo, IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider, ITestObject, ITestObjectDescriber
- Inherited Members
- Extension Methods
Properties
State
The radio button's state. Possible values: CheckedState
CheckedState State { get; }
Property Value
Methods
Set()
Selects the radio button.
void Set()