ToggleButton.IsThreeState 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
决定控件是支持两种状态还是支持三种状态。
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
属性值
如果控件支持三种状态,则为 true
;否则为 false
。 默认值为 false
。
- 属性
注解
属性 IsChecked 可以设置为 null
第三种状态(如果 IsThreeState 为 true
. )
依赖项属性信息
标识符字段 | IsThreeStateProperty |
元数据属性设置为 true |
无 |