Table of Contents

Interface ICheckBox

Namespace
HP.LFT.SDK.StdWin
Assembly
HP.LFT.SDK.dll

A standard Windows check box.

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

Properties

State

The check box state.

Possible values: CheckedState

CheckedState State { get; }

Property Value

CheckedState

Methods

SetState(CheckedState)

Sets the state of the check box.

void SetState(CheckedState state)

Parameters

state CheckedState

The status to be assigned to the check box. Possible values: CheckedState