Table of Contents

Interface IRadioButton

Namespace
HP.LFT.SDK.WPF
Assembly
HP.LFT.SDK.dll

A .NET WPF radio button object.

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

Properties

IsChecked

Indicates whether this radio button is set.

bool IsChecked { get; }

Property Value

bool

Name

The name of this object.

string Name { get; }

Property Value

string

Methods

Set()

Selects the radio button.

void Set()