InputView.IsSpellCheckEnabled Property

Definition

Gets or sets a value that controls whether spell checking is enabled.

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

Property Value

true if spell checking is enabled. Otherwise false.

Remarks

On Windows, spellchecking also turns on auto correction

Applies to