Table of Contents

Class CheckBoxDescription

The description of a .NET Windows Forms CheckBox test object.

Namespace: HP.LFT.SDK.WinForms
Assembly: HP.LFT.SDK.dll
Syntax
public class CheckBoxDescription : UiObjectDescriptionBase, ICloneable, IDescription

Constructors

CheckBoxDescription()

Declaration
public CheckBoxDescription()

Properties

IsChecked

Indicates whether the check box is checked.

Declaration
public bool? IsChecked { get; set; }
Property Value
Type Description
bool?

IsThreeState

Indicates whether the check box is able to display three check states.

Declaration
public bool? IsThreeState { get; set; }
Property Value
Type Description
bool?

State

The check box state. Possible values: CheckedState

Declaration
public CheckedState? State { get; set; }
Property Value
Type Description
CheckedState?

Implements

ICloneable
IDescription