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

適用対象