Interface IRadioButton
A .NET WPF radio button object.
Inherited Members
Namespace: HP.LFT.SDK.WPF
Assembly: HP.LFT.SDK.dll
Syntax
public interface IRadioButton : IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider, ISupportsNativeObject, ITestObject, ITestObjectDescriber
Properties
IsChecked
Indicates whether this radio button is set.
Declaration
bool IsChecked { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Name
The name of this object.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Set()
Selects the radio button.
Declaration
void Set()