ToggleButton.IsThreeState Proprietà

Definizione

Determina se il controllo supporta due o tre stati.

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

Valore della proprietà

Boolean

true se il controllo supporta tre stati, in caso contrario false. Il valore predefinito è false.

Attributi

Commenti

La IsChecked proprietà può essere impostata su null come terzo stato quando IsThreeState è true.

Informazioni proprietà di dipendenza

Campo Identificatore IsThreeStateProperty
Proprietà dei metadati impostate su true Nessuno

Si applica a