Table of Contents

Class CheckBoxDescription

Namespace
HP.LFT.SDK.WPF
Assembly
HP.LFT.SDK.dll

The description of a WPF CheckBox test object.

public class CheckBoxDescription : UiObjectDescriptionBase, ICloneable, IDescription
Inheritance
CheckBoxDescription
Implements
Inherited Members

Constructors

CheckBoxDescription()

public CheckBoxDescription()

Properties

HelpText

The help text associated with the element.

public StringProperty HelpText { get; set; }

Property Value

StringProperty

IsChecked

Indicates whether the check box is checked.

public bool? IsChecked { get; set; }

Property Value

bool?

IsThreeState

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

public bool? IsThreeState { get; set; }

Property Value

bool?

ParentText

The text associated with the parent object of this object.

public StringProperty ParentText { get; set; }

Property Value

StringProperty

State

Returns the check box status.

public CheckedState? State { get; set; }

Property Value

CheckedState?

Possible values:

- Checked

- Unchecked

- Indeterminate