[]
Provides data for the AutoReplace event.
Provides data for the BadWordAdded event.
Provides data for the BadWordFound event.
Component that provides spell-checking services to controls and applications.
Dialog that displays spelling mistakes and allows the user to correct them.
Class that represents a character range within a string. This is used by the C1SpellChecker control to represent the spelling mistakes found in text.
List of CharRange objects.
Provides data for the ContextMenuCreated event.
Class that contains a list of words and methods looking them up and loading them from a compressed file.
Base class for built-in and user dictionaries (see (SpellDictionary and UserDictionary).
Class that contains spelling options including words to ignore, whether to show suggestions in a spell context menu, etc.
List of strings.
Provides data for the ShowSuggestions event.
Class that contains a list of additional words and methods for managing the list.
Dictionary of words and their replacements.
Keyed list of words to ignore while spell-checking.
Interface used to provide modal (dialog-based) spell-checking using a C1SpellChecker.
Interface used to provide as-you-type spell-checking services using a C1SpellChecker.
Interface that must be implemented by dialogs used with the CheckControl(TextBoxBase, bool, ISpellDialog) methods.
Interface implemented by all spell dictionaries.
Interface that must be implemented by custom spell-check parsers.
Specifies the language to be used when displaying the built-in spell dialog (see C1SpellDialog) and the spell commands in context-sensitive menus.
Describes the current state of a SpellDictionary.
Specifies flags that determine whether words should be ignored during spell-checking.
Represents the method that will handle the AutoReplace event.
Represents the method that will handle the BadWordAdded event.
Represents the method that will handle the BadWordFound event.
Represents the method that will handle the ContextMenuCreated event.
Represents the method that will handle the ShowSuggestions event.