TextBox.IsTextPredictionEnabled プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
property bool IsTextPredictionEnabled { bool get(); void set(bool value); };
bool IsTextPredictionEnabled();
void IsTextPredictionEnabled(bool value);
public bool IsTextPredictionEnabled { get; set; }
var boolean = textBox.isTextPredictionEnabled;
textBox.isTextPredictionEnabled = boolean;
Public Property IsTextPredictionEnabled As Boolean
<TextBox IsTextPredictionEnabled="bool" />
プロパティ値
Boolean
bool
テキスト予測機能を有効にする場合は true、それ以外の場合は false。 既定値は trueです。
注釈
ユーザーが物理キーボード デバイスを使用している場合、テキスト予測は有効になりません。
テキスト予測は、言語固有の辞書を使用してTextBox コントロールに組み込まれています。 値を true に設定しても、カスタム クラスの機能は自動的に有効になりません。
このプロパティは、日本語または中国語の入力メソッド エディター (IME) には影響しません。 このプロパティが false の場合でも、これらの言語のテキスト予測が表示されます。