Interface ICheckBox
A standard Windows check box.
public interface ICheckBox : IUiObjectWithLayoutInfo, IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider, ITestObject, ITestObjectDescriber
- Inherited Members
- Extension Methods
Properties
State
The check box state.
Possible values: CheckedState
CheckedState State { get; }
Property Value
Methods
SetState(CheckedState)
Sets the state of the check box.
void SetState(CheckedState state)
Parameters
stateCheckedStateThe status to be assigned to the check box.
Possible values: CheckedState