ContentControl.Checked 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示 ContentControl(代表复选框控件)已选中还是未选中。
public:
property bool Checked { bool get(); void set(bool value); };
public bool Checked { get; set; }
member this.Checked : bool with get, set
Public Property Checked As Boolean
属性值
如果已选中该内容控件,则为 true
;否则为 false
。
例外
在 Word 2007 项目中使用此属性。
属性Type没有值 Microsoft.Office.Interop.Word。WdContentControlType.wdContentControlCheckBox。
注解
仅当 表示检查框内容控件时,ContentControl才能使用此属性。
注意
此方法显示在面向 .NET Framework 4 的 Word 2007 项目中的 IntelliSense 中。 但是,此属性不能用于Word 2007 项目。