Freigeben über


WpfCheckBox.Indeterminate-Eigenschaft

Ruft einen Wert ab, der angibt, ob der Wert dieses Kontrollkästchens unbestimmt ist, oder legt diesen fest.

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)

Eigenschaftswert

Typ: System.Boolean
true , wenn der Wert dieses Kontrollkästchens unbestimmt ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

WpfCheckBox Klasse

Microsoft.VisualStudio.TestTools.UITesting.WpfControls-Namespace