XamlCheckBox.Indeterminate Property

Gets or sets the checkbox's indeterminate state.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls
Assembly:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.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: System.Boolean

.NET Framework Security

See Also

Reference

XamlCheckBox Class

Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls Namespace