Entry.IsTextPredictionEnabled Property

Definition

Determines whether text prediction and automatic text correction is enabled. Default value is 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

Property Value

true if text correction is on. Otherwise, false.

Applies to