Interface IRadioButton
A .NET Windows Forms radio button.
public interface IRadioButton : IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider, ISupportsNativeObject, ITestObject, ITestObjectDescriber
- Inherited Members
- Extension Methods
Properties
ErrorText
Returns the tooltip text of the error icon associated with this object.
string ErrorText { get; }
Property Value
IsChecked
Indicates whether this radio button is checked.
bool IsChecked { get; }
Property Value
Methods
Set()
Selects this radio button.
void Set()