Interface IRadioButton
A Java radio button.
Inherited Members
Namespace: HP.LFT.SDK.Java
Assembly: HP.LFT.SDK.dll
Syntax
public interface IRadioButton : IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportsNativeObject, IEnabledProvider, IVisibleProvider, ITestObject, ITestObjectDescriber
Properties
IsChecked
Indicates whether the radio button is selected.
Declaration
bool IsChecked { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
Clear()
Clears (deselects) the radio button.
Declaration
void Clear()
Set()
Selects the radio button.
Declaration
void Set()