Table of Contents

Interface IRadioButton

A radio button in a SAP GUI for Windows application.

Namespace: HP.LFT.SDK.SAP.GUI
Assembly: HP.LFT.SDK.dll
Syntax
public interface IRadioButton : IElement, ITestObject, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IEnabledProvider

Properties

AttachedText

The static text attached to the radio button.

Declaration
string AttachedText { get; }
Property Value
Type Description
string

IsChecked

Indicates whether the radio button is selected.

Declaration
bool IsChecked { get; }
Property Value
Type Description
bool

Methods

Set()

Selects the radio button.

Declaration
void Set()

SetFocus()

Sets focus on the radio button.

Declaration
void SetFocus()

Extension Methods

TestObjectExtensions.WaitUntilEnabled<T>(T)
TestObjectExtensions.WaitUntilEnabled<T>(T, int)
TestObjectExtensions.WaitUntilExists<T>(T)
TestObjectExtensions.WaitUntilExists<T>(T, int)
TestObjectExtensions.WaitUntil<T>(T, Func<T, bool>)
TestObjectExtensions.WaitUntil<T>(T, Func<T, bool>, int)