SpellCheck.SetIsEnabled(TextBoxBase, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在指定的文字編輯控制項上 (例如 TextBox 或 RichTextBox),啟用或停用拼字檢查程式。
public:
static void SetIsEnabled(System::Windows::Controls::Primitives::TextBoxBase ^ textBoxBase, bool value);
public static void SetIsEnabled (System.Windows.Controls.Primitives.TextBoxBase textBoxBase, bool value);
static member SetIsEnabled : System.Windows.Controls.Primitives.TextBoxBase * bool -> unit
Public Shared Sub SetIsEnabled (textBoxBase As TextBoxBase, value As Boolean)
參數
- textBoxBase
- TextBoxBase
要啟用或停用拼字檢查程式的文字編輯控制項。 範例控制項包括 TextBox 和 RichTextBox。
- value
- Boolean
布林值,指定是否在文字編輯控制項上啟用拼字檢查程式。
備註
這個方法會啟用 IsEnabled XAML 中屬性的附加屬性使用方式。 下列範例顯示 XAML 使用方式。