다음을 통해 공유


RichEditBox.IsTextPredictionEnabled 속성

정의

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(Input Method 편집기)에 영향을 주지 않습니다. 이 속성이 false인 경우에도 이러한 언어에 대한 텍스트 예측이 표시됩니다.

적용 대상