UITextView.SpellCheckingType 属性

定义

此属性控制在输入过程中是启用或禁用拼写检查。

public virtual UIKit.UITextSpellCheckingType SpellCheckingType { [Foundation.Export("spellCheckingType")] get; [Foundation.Export("setSpellCheckingType:")] set; }
member this.SpellCheckingType : UIKit.UITextSpellCheckingType with get, set

属性值

实现

属性

注解

如果应用程序用户使用 Settings-General-Keyboard-Check>>> Spelling 关闭拼写检查,则将忽略此属性。

适用于