Table of Contents

Interface ICheckBox

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

A checkbox control in a SAP GUI for Windows application.

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

Properties

AttachedText

The text associated with the checkbox.

string AttachedText { get; }

Property Value

string

IsChecked

Indicates whether this check box is selected.

bool IsChecked { get; }

Property Value

bool

Methods

Set(bool)

Selects or unselects the check box.

void Set(bool state)

Parameters

state bool

true to select.

SetFocus()

Sets focus on the checkbox.

void SetFocus()