The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CheckUncheckOptions Enumeration
This enumeration provides flags to configure the check/clear options for check boxes and option buttons.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
| Member name | Description | |
|---|---|---|
| None | The default state. | |
| SetIndeterminate | Set the state as indeterminate. | |
| UseClick | Use a click to set the state. | |
| UseSpace | Use the spacebar to set the state. | |
| VerifyFinalState | Verify the final state. |
Show: