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