Interface IRadioButton
A .NET WPF radio button object.
public interface IRadioButton : IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider, ISupportsNativeObject, ITestObject, ITestObjectDescriber
- Inherited Members
- Extension Methods
Properties
IsChecked
Indicates whether this radio button is set.
bool IsChecked { get; }
Property Value
Name
The name of this object.
string Name { get; }
Property Value
Methods
Set()
Selects the radio button.
void Set()