Share via


RichEditBox.IsTextPredictionEnabled Property

Definition

Gets or sets a value that indicates whether text prediction features ("autocomplete") are enabled for this RichEditBox.

public bool IsTextPredictionEnabled { get; set; }
<RichEditBox IsTextPredictionEnabled="bool" />

Property Value

Boolean

True to enable text prediction features; otherwise, false. The default is true.

Remarks

This property doesn't affect Input Method Editor (IME) for Japanese or Chinese languages. Text prediction for these languages is shown even if this property is false.

Applies to