Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration provides flags to configure the check/clear options for check boxes and option buttons.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration CheckUncheckOptions
[FlagsAttribute]
public enum CheckUncheckOptions
[FlagsAttribute]
public enum class CheckUncheckOptions
[<FlagsAttribute>]
type CheckUncheckOptions
public enum CheckUncheckOptions
Members
Member name | Description | |
---|---|---|
None | The default state. | |
VerifyFinalState | Verify the final state. | |
UseClick | Use a click to set the state. | |
UseSpace | Use the spacebar to set the state. | |
SetIndeterminate | Set the state as indeterminate. |