Class CheckBoxDescription
The description of a Java CheckBox test object.
Inherited Members
Namespace: HP.LFT.SDK.Java
Assembly: HP.LFT.SDK.dll
Syntax
public class CheckBoxDescription : UiObjectBaseDescription, ICloneable, IDescription
Constructors
CheckBoxDescription()
Declaration
public CheckBoxDescription()
Properties
State
The check box status. Possible values: CheckedState
Declaration
public CheckedState? State { get; set; }
Property Value
| Type | Description |
|---|---|
| CheckedState? |