SpellCheck.GetIsEnabled(TextBoxBase) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,這個值表示指定的文字編輯控制項上是否已啟用拼字檢查程式。
public:
static bool GetIsEnabled(System::Windows::Controls::Primitives::TextBoxBase ^ textBoxBase);
public static bool GetIsEnabled (System.Windows.Controls.Primitives.TextBoxBase textBoxBase);
static member GetIsEnabled : System.Windows.Controls.Primitives.TextBoxBase -> bool
Public Shared Function GetIsEnabled (textBoxBase As TextBoxBase) As Boolean
參數
- textBoxBase
- TextBoxBase
要檢查的文字編輯控制項。 範例控制項包括 TextBox 和 RichTextBox。
傳回
如果文字編輯控制項上已啟用拼字檢查程式則為 true
,否則為 false
。
例外狀況
textBoxBase
為 null
。