UITextSpellCheckingType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration specifying whether spell-checking is on or off.
[ObjCRuntime.Native]
public enum UITextSpellCheckingType
[<ObjCRuntime.Native>]
type UITextSpellCheckingType =
- Inheritance
-
UITextSpellCheckingType
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Default | 0 | The default behavior: spell-checking is enabled when auto-correction is enabled. |
| No | 1 | Disables spell-checking. |
| Yes | 2 | Enables spell-checking. |