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인 경우에도 이러한 언어에 대한 텍스트 예측이 표시됩니다.