Compartir a través de


WpfToggleButton.Indeterminate (Propiedad)

Obtiene un valor que indica si el valor de este botón de alternancia es indeterminado.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Ensamblado:  Microsoft.VisualStudio.TestTools.UITesting (en Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean
Es true si el valor de este botón de alternancia es indeterminado; de lo contrario, es false.

Seguridad de .NET Framework

Vea también

Referencia

WpfToggleButton Clase

Microsoft.VisualStudio.TestTools.UITesting.WpfControls (Espacio de nombres)