[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.SpellOptions

SpellOptions Class

Class that contains spelling options including words to ignore, whether to show suggestions in a spell context menu, etc.

Inheritance
SpellOptions
Namespace: C1.WPF.SpellChecker
Assembly: C1.WPF.SpellChecker.4.6.2.dll
Syntax
public class SpellOptions

Properties

Name Description
ActiveSpellingEnabled

Gets or sets whether active (as-you-type) spell-checking is enabled.

Ignore

Gets or sets types of words to ignore during the spell-check.

MaxSuggestionsInContextMenu

Gets or sets the maximum number of spelling suggestions to show in the editor's context menu.

ShowSuggestionsInContextMenu

Gets or sets whether the spell-checker should show spelling suggestions in the ContextMenu associated with the editor being monitored by this C1SpellChecker.

UnderlineColor

Gets or sets the color of the wavy underlines drawn under misspelled words.

Methods

Name Description
ToString()

Gets a string representation of this object.