Table of Contents

Interface IRadioButton

Namespace
HP.LFT.SDK.SAP.GUI
Assembly
HP.LFT.SDK.dll

A radio button in a SAP GUI for Windows application.

public interface IRadioButton : IElement, ITestObject, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IEnabledProvider
Inherited Members
Extension Methods

Properties

AttachedText

The static text attached to the radio button.

string AttachedText { get; }

Property Value

string

IsChecked

Indicates whether the radio button is selected.

bool IsChecked { get; }

Property Value

bool

Methods

Set()

Selects the radio button.

void Set()

SetFocus()

Sets focus on the radio button.

void SetFocus()