Class CheckBoxDescription
The description of a standard Windows CheckBox test object.
public class CheckBoxDescription : UiObjectWithLayoutInfoDescription, ICloneable, IDescription
- Inheritance
-
CheckBoxDescription
- Implements
- Inherited Members
Constructors
CheckBoxDescription()
public CheckBoxDescription()
Properties
State
The check box status. Possible values: CheckedState
public CheckedState? State { get; set; }