WinProperties.CheckBox.Indeterminate Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Allows read and write access to the indeterminate state of the CheckBox.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Shared ReadOnly Indeterminate As String
'Usage
Dim value As String

value = WinProperties..::..CheckBox.Indeterminate
public static readonly string Indeterminate
public:
static initonly String^ Indeterminate
static val Indeterminate: string
public static final var Indeterminate : String

Remarks

Use with GetProperty and SetProperty to get and set this property of a UITestControl.

.NET Framework Security

See Also

Reference

WinProperties.CheckBox Class

WinProperties.CheckBox Members

Microsoft.VisualStudio.TestTools.UITesting Namespace