Classes

  Class Description
Public class AutoReplaceEventArgs
Provides data for the AutoReplace event.
Public class BadWordEventArgs
Provides data for the BadWordFound event.
Public class C1SpellChecker
Public class C1SpellDialog
Public class 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.
Public class CharRangeList
List of CharRange objects.
Public class CheckControlCompletedEventArgs
Public class ContextMenuEventArgs
Provides data for the ContextMenuCreated event.
Public class SpellDictionary
Class that contains a list of words and methods looking them up and loading them from a compressed file.
Public class SpellDictionaryBase
Base class for built-in and user dictionaries (see (SpellDictionary and UserDictionary).
Public class SpellOptions
Class that contains spelling options including words to ignore, whether to show suggestions in a spell context menu, etc.
Public class UserDictionary
Class that contains a list of additional words and methods for managing the list.
Public class WordDictionary
Dictionary of words and their replacements.
Public class WordList
Keyed list of words to ignore while spell-checking.

Interfaces

  Interface Description
Public interface ISpellCheckableEditor
Interface used to provide modal (dialog-based) spell-checking using a C1SpellChecker.
Public interface ISpellDialog
Interface that must be implemented by dialogs used with the [!:C1SpellChecker.CheckControl(TextBoxBase, bool, ISpellDialog)] methods.
Public interface ISpellDictionary
Interface implemented by all spell dictionaries.
Public interface ISpellParser
Interface that must be implemented by custom spell-check parsers.

Delegates

  Delegate Description
Public delegate AutoReplaceEventHandler
Represents the method that will handle the AutoReplace event.
Public delegate BadWordEventHandler
Represents the method that will handle the BadWordFound event.
Public delegate CheckControlCompletedEventHandler
Represents the method that will handle the CheckControlCompleted event.
Public delegate ContextMenuEventHandler
Represents the method that will handle the ContextMenuCreated event.

Enumerations

  Enumeration Description
Public enumeration DictionaryState
Describes the current state of a SpellDictionary.
Public enumeration IgnoreOptions
Specifies flags that determine whether words should be ignored during spell-checking.