SpellCheck.IsEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會決定是否在此文字編輯控制件上啟用拼字檢查,例如 TextBox 或 RichTextBox。
public:
property bool IsEnabled { bool get(); void set(bool value); };
public bool IsEnabled { get; set; }
member this.IsEnabled : bool with get, set
Public Property IsEnabled As Boolean
屬性值
如果控件上已啟用拼字檢查程式,true
;否則,false
。 預設值為 false
。
備註
此相依性屬性也有特製化的僅限寫入附加屬性使用方式。 設定屬性的 XAML 語法是 <
textBoxBaseClassSpellCheck.IsEnabled="
boolValue" .../>
,其中 textBoxBaseClass 是衍生自 TextBoxBase之類別的對象元素,而 boolValue 為 true
或 false
(不區分大小寫)。 若要在程式代碼中將 屬性設定為附加屬性,請參閱 SetIsEnabled 方法。 沒有相符 GetIsEnabled
存取子。 若要取得值,請從 TextBoxBase.SpellCheck 屬性取得目前 SpellCheck 對象,然後從該 SpellCheck取得 IsEnabled 屬性值。
相依性屬性資訊
標識元欄位 | IsEnabledProperty |
設定為 true 的元數據屬性 |
沒有 |