Interface IRadioButton
A standard Windows radio button.
Inherited Members
Namespace: HP.LFT.SDK.StdWin
Assembly: HP.LFT.SDK.dll
Syntax
public interface IRadioButton : IUiObjectWithLayoutInfo, IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider, ITestObject, ITestObjectDescriber
Properties
State
The radio button's state. Possible values: CheckedState
Declaration
CheckedState State { get; }
Property Value
| Type | Description |
|---|---|
| CheckedState |
Methods
Set()
Selects the radio button.
Declaration
void Set()