Partager via


WpfToggleButton.Pressed, propriété

Obtient une valeur qui indique si ce contrôle bouton bascule a été enfoncé.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Assembly :  Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

'Déclaration
Public Overridable Property Pressed As Boolean
    Get
    Set
public virtual bool Pressed { get; set; }
public:
virtual property bool Pressed {
    bool get ();
    void set (bool value);
}
abstract Pressed : bool with get, set
override Pressed : bool with get, set
function get Pressed () : boolean
function set Pressed (value : boolean)

Valeur de propriété

Type : System.Boolean
true si ce contrôle bouton bascule a été enfoncé ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

WpfToggleButton Classe

Microsoft.VisualStudio.TestTools.UITesting.WpfControls, espace de noms