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 を使用してスペル チェックをオフにした場合、このプロパティは無視されます。

適用対象