Table of Contents

Interface IRadioButton

Namespace
HP.LFT.SDK.StdWin
Assembly
HP.LFT.SDK.dll

A standard Windows radio button.

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

Properties

State

The radio button's state. Possible values: CheckedState

CheckedState State { get; }

Property Value

CheckedState

Methods

Set()

Selects the radio button.

void Set()