ToggleButton.IsThreeState Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si le contrôle prend en charge deux ou trois états.
public:
property bool IsThreeState { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool IsThreeState { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IsThreeState : bool with get, set
Public Property IsThreeState As Boolean
Valeur de propriété
true
si le contrôle prend en charge trois états ; sinon, false
. La valeur par défaut est false
.
- Attributs
Remarques
La IsChecked propriété peut être définie sur null
un état tiers quand IsThreeState elle est true
.
Informations sur les propriétés de dépendance
Champ d’identificateur | IsThreeStateProperty |
Propriétés de métadonnées définies sur true |
Aucun |