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