Table of Contents

Class CheckBoxDescription

Namespace
HP.LFT.SDK.Web
Assembly
HP.LFT.SDK.dll

The description of a Web CheckBox test object.

public class CheckBoxDescription : FormFieldDescription, ICloneable, IDescription
Inheritance
CheckBoxDescription
Implements
Derived
Inherited Members

Constructors

CheckBoxDescription()

public CheckBoxDescription()

Properties

IsChecked

Indicates whether the check box is checked. Null if indeterminate.

public bool? IsChecked { get; set; }

Property Value

bool?

IsEnabled

Indicates whether the object is enabled. Null if disabled.

public bool? IsEnabled { get; set; }

Property Value

bool?