CheckUncheckOptions Enumeration

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.
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.

See Also

Reference

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace