Compartir a través de


WinCheckBox.Indeterminate (Propiedad)

Obtiene o establece un valor que indica si el estado de la casilla es indeterminado.

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

Sintaxis

'Declaración
Public Overridable Property Indeterminate As Boolean
    Get
    Set
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
true si la casilla es indeterminada; de lo contrario, es false.

Seguridad de .NET Framework

Vea también

Referencia

WinCheckBox Clase

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