ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace
Inheritance Hierarchy
In This Topic
    C1.Win.C1SpellChecker Namespace
    In This Topic
    Classes
     ClassDescription
    ClassProvides data for the C1SpellChecker.AutoReplace event.
    ClassProvides data for the UserDictionary.BadWordAdded event.
    ClassProvides data for the C1SpellChecker.BadWordFound event.
    ClassComponent that provides spell-checking services to controls and applications.
    ClassDialog that displays spelling mistakes and allows the user to correct them.
    ClassClass that represents a character range within a string. This is used by the C1SpellChecker control to represent the spelling mistakes found in text.
    ClassList of CharRange objects.
    ClassProvides data for the C1SpellChecker.ContextMenuCreated event.
    ClassClass that contains a list of words and methods looking them up and loading them from a compressed file.
    ClassBase class for built-in and user dictionaries (see (SpellDictionary and UserDictionary).
    ClassClass that contains spelling options including words to ignore, whether to show suggestions in a spell context menu, etc.
    ClassList of strings.
    ClassProvides data for the C1SpellChecker.ShowSuggestions event.
    ClassClass that contains a list of additional words and methods for managing the list.
    ClassDictionary of words and their replacements.
    ClassKeyed list of words to ignore while spell-checking.
    Interfaces
     InterfaceDescription
    InterfaceInterface that must be implemented by dialogs used with the C1SpellChecker.CheckControl methods.
    InterfaceInterface implemented by all spell dictionaries.
    InterfaceInterface that must be implemented by custom spell-check parsers.
    Delegates
     DelegateDescription
    DelegateRepresents the method that will handle the C1SpellChecker.AutoReplace event.
    DelegateRepresents the method that will handle the UserDictionary.BadWordAdded event.
    DelegateRepresents the method that will handle the C1SpellChecker.BadWordFound event.
    DelegateRepresents the method that will handle the C1SpellChecker.ContextMenuCreated event.
    DelegateRepresents the method that will handle the C1SpellChecker.ShowSuggestions event.
    Enumerations
     EnumerationDescription
    EnumerationSpecifies the language to be used when displaying the built-in spell dialog (see C1SpellDialog) and the spell commands in context-sensitive menus.
    EnumerationDescribes the current state of a SpellDictionary.
    EnumerationSpecifies flags that determine whether words should be ignored during spell-checking.
    See Also