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 專案中。