Table of Contents

Interface IRadioButton

Namespace
HP.LFT.SDK.Java
Assembly
HP.LFT.SDK.dll

A Java radio button.

public interface IRadioButton : IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportsNativeObject, IEnabledProvider, IVisibleProvider, ITestObject, ITestObjectDescriber
Inherited Members
Extension Methods

Properties

IsChecked

Indicates whether the radio button is selected.

bool IsChecked { get; }

Property Value

bool

Methods

Clear()

Clears (deselects) the radio button.

void Clear()

Set()

Selects the radio button.

void Set()