ToggleButton.IsThreeState 属性

定义

决定控件是支持两种状态还是支持三种状态。

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

属性值

Boolean

如果控件支持三种状态,则为 true;否则为 false。 默认值为 false

属性

注解

属性 IsChecked 可以设置为 null 第三种状态(如果 IsThreeStatetrue. )

依赖项属性信息

标识符字段 IsThreeStateProperty
元数据属性设置为 true

适用于