Share via


InputView.IsSpellCheckEnabled 属性

定义

获取或设置控制是否启用拼写检查的值。

public:
 property bool IsSpellCheckEnabled { bool get(); void set(bool value); };
public bool IsSpellCheckEnabled { get; set; }
member this.IsSpellCheckEnabled : bool with get, set
Public Property IsSpellCheckEnabled As Boolean

属性值

true 如果启用了拼写检查,则为 。 否则为 false

注解

在 Windows 上,拼写检查还会打开自动更正

适用于