SpellCheck.GetIsEnabled(TextBoxBase) 方法

定义

返回一个值,该值指示是否对指定的文本编辑控件启用拼写检查器。

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

要检查的文本编辑控件。 示例控件包括 TextBoxRichTextBox

返回

如果对该文本编辑控件启用拼写检查器,则为 true;否则为 false

例外

textBoxBasenull

适用于