[]
        
(Showing Draft Content)

C1.WPF.SpellChecker

C1.WPF.SpellChecker Namespace

Classes

BadWordEventArgs

Provides data for the BadWordFound event.

C1SpellChecker

Default implementations for the C1.WPF.ISpellChecker. Provides spell checking services for any type of control.

C1SpellDialog

Dialog window implementing ISpellDialog.

CharRange

Class that represents a character range within a string. This is used by the C1SpellChecker control to represent the spelling mistakes found in text.

CharRangeList

List of CharRange objects.

CheckControlCompletedEventArgs

Event arguments class used by CheckControlCompletedEventHandler.

ContextMenuEventArgs

Provides data for the ContextMenuCreated event.

SpellDictionary

Class that contains a list of words and methods looking them up and loading them from a compressed file.

SpellDictionaryBase

Base class for built-in and user dictionaries (see (SpellDictionary and UserDictionary).

SpellOptions

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

UserDictionary

Class that contains a list of additional words and methods for managing the list.

WordDictionary

Dictionary of words and their replacements.

WordList

Keyed list of words to ignore while spell-checking.

Interfaces

ISpellCheckableEditor

Interface used to provide modal (dialog-based) spell-checking using a C1SpellChecker.

ISpellDialog

Interface that must be implemented by dialogs to provide spell checking.

ISpellDictionary

Interface implemented by all spell dictionaries.

ISpellParser

Interface that must be implemented by custom spell-check parsers.

Enums

DictionaryState

Describes the current state of a SpellDictionary.

IgnoreOptions

Specifies flags that determine whether words should be ignored during spell-checking.

Delegates

BadWordEventHandler

Represents the method that will handle the BadWordFound event.

CheckControlCompletedEventHandler

Represents the method that will handle the CheckControlCompleted event.

ContextMenuEventHandler

Represents the method that will handle the ContextMenuCreated event.