Interface IRadioButton
A radio button in a SAP GUI for Windows application.
public interface IRadioButton : IElement, ITestObject, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IEnabledProvider
- Inherited Members
- Extension Methods
Properties
AttachedText
The static text attached to the radio button.
string AttachedText { get; }
Property Value
IsChecked
Indicates whether the radio button is selected.
bool IsChecked { get; }
Property Value
Methods
Set()
Selects the radio button.
void Set()
SetFocus()
Sets focus on the radio button.
void SetFocus()