Interface IRadioButton
An SAPUI5 radio button.
public interface IRadioButton : IButton, IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop, IEnabledProvider
- Inherited Members
- Extension Methods
Properties
IsChecked
Indicates whether the radio button is selected.
bool IsChecked { get; }
Property Value
IsReadOnly
Indicates whether the radio button is read-only.
bool IsReadOnly { get; }
Property Value
Methods
Activate()
Activates the radio button.
void Activate()
Set()
Selects the radio button.
void Set()