Table of Contents

Class CheckBoxDescription

The description of a WPF CheckBox test object.

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

Constructors

CheckBoxDescription()

Declaration
public CheckBoxDescription()

Properties

HelpText

The help text associated with the element.

Declaration
public StringProperty HelpText { get; set; }
Property Value
Type Description
StringProperty

IsChecked

Indicates whether the check box is checked.

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

IsThreeState

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

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

ParentText

The text associated with the parent object of this object.

Declaration
public StringProperty ParentText { get; set; }
Property Value
Type Description
StringProperty

State

Returns the check box status.

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

Possible values:

- Checked

- Unchecked

- Indeterminate

Implements

ICloneable
IDescription