Propriedade WinCheckBox.Indeterminate

Obtém ou define um valor que indica se o estado da caixa de seleção é indeterminado.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WinControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Boolean
true Se a caixa de seleção for indeterminada; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

WinCheckBox Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting.WinControls