WpfCheckBox.Indeterminate Property

Gets or sets a value that indicates whether the value of this check box is indeterminate.

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

Syntax

'Declaration
Public Overridable Property Indeterminate As Boolean
public virtual bool Indeterminate { get; set; }
public:
virtual property bool Indeterminate {
    bool get ();
    void set (bool value);
}
abstract Indeterminate : bool with get, set 
override Indeterminate : bool with get, set
function get Indeterminate () : boolean 
function set Indeterminate (value : boolean)

Property Value

Type: Boolean
true if the value of this check box is indeterminate; otherwise, false.

.NET Framework Security

See Also

Reference

WpfCheckBox Class

Microsoft.VisualStudio.TestTools.UITesting.WpfControls Namespace