Entry.IsTextPredictionEnabled プロパティ

定義

テキスト予測と自動テキスト修正を有効にするかどうかを指定します。 既定値は trueにする必要があります。

public:
 property bool IsTextPredictionEnabled { bool get(); void set(bool value); };
public bool IsTextPredictionEnabled { get; set; }
member this.IsTextPredictionEnabled : bool with get, set
Public Property IsTextPredictionEnabled As Boolean

プロパティ値

true テキスト修正がオンの場合は 。 それ以外の場合は false

適用対象