Share via


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입니다.

적용 대상