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 です。

適用対象