Gets or sets a value indicating whether spell checking is active or not. If spell checking is enabled the WPF.TextControl.SpellCheckText event is raised when the text of a document changes. The event handler can be used to check the text on misspelled words.

Syntax

public bool IsSpellCheckingEnabled { get; set; }
Public Property IsSpellCheckingEnabled() As Boolean