RichEditBox.IsTextPredictionEnabled プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この RichEditBox に対してテキスト予測機能 ("オートコンプリート") が有効かどうかを示す値を取得または設定します。
public:
property bool IsTextPredictionEnabled { bool get(); void set(bool value); };
bool IsTextPredictionEnabled();
void IsTextPredictionEnabled(bool value);
public bool IsTextPredictionEnabled { get; set; }
var boolean = richEditBox.isTextPredictionEnabled;
richEditBox.isTextPredictionEnabled = boolean;
Public Property IsTextPredictionEnabled As Boolean
<RichEditBox IsTextPredictionEnabled="bool" />
プロパティ値
Boolean
bool
True を指定 すると、テキスト予測機能が有効になります。それ以外の場合は false。 既定値は trueです。
注釈
このプロパティは、日本語または中国語の入力メソッド エディター (IME) には影響しません。 このプロパティが false の場合でも、これらの言語のテキスト予測が表示されます。