Class CheckBoxDescription
The description of a .NET Windows Forms CheckBox test object.
public class CheckBoxDescription : UiObjectDescriptionBase, ICloneable, IDescription
- Inheritance
-
CheckBoxDescription
- Implements
- Inherited Members
Constructors
CheckBoxDescription()
public CheckBoxDescription()
Properties
IsChecked
Indicates whether the check box is checked.
public bool? IsChecked { get; set; }
Property Value
- bool?
IsThreeState
Indicates whether the check box is able to display three check states.
public bool? IsThreeState { get; set; }
Property Value
- bool?
State
The check box state. Possible values: CheckedState
public CheckedState? State { get; set; }