Table of Contents

Interface ICheckBox

Namespace
HP.LFT.SDK.Oracle
Assembly
HP.LFT.SDK.dll

A check box Oracle field.

public interface ICheckBox : IUiObjectBase, IClickable, ILocationInfoProvider, IEnabledProvider, ITestObject, ITestObjectDescriber
Inherited Members
Extension Methods

Properties

Caption

The caption of the object.

string Caption { get; }

Property Value

string

ClassPath

The Oracle class hierarchy of the object's Oracle class.

string ClassPath { get; }

Property Value

string

IsSelected

Indicates whether the check box is selected.

bool IsSelected { get; }

Property Value

bool

Label

The text displayed on the object.

string Label { get; }

Property Value

string

ObjectDescription

The accessibility description of the object, as specified by the server.

string ObjectDescription { get; }

Property Value

string

ObjectName

The internal name of the object, as supplied by the application server.

string ObjectName { get; }

Property Value

string

TooltipText

The text displayed in the object's tooltip.

string TooltipText { get; }

Property Value

string

Methods

Clear()

Clears (unchecks) the check box.

void Clear()

Select()

Selects (checks) the check box.

void Select()

SetFocus()

Transfers focus to the check box.

void SetFocus()