ComponentOne Maps for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker Namespace
Inheritance Hierarchy
In This Topic
    C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker Namespace
    In This Topic
    Classes
     ClassDescription
    ClassProvides data for the C1SpellChecker.AutoReplace event.
    ClassProvides data for the C1SpellChecker.BadWordFound event.
    ClassRepresents the C1SpellChecker to check the specified text.
    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.
    ClassThe localization of the editor string
    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.
    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 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 sell me will handle the C1SpellChecker.BadWordFound event.
    Enumerations
     EnumerationDescription
    EnumerationSpecifies the language to be used when displaying the built-in spell dialog
    EnumerationDescribes the current state of a SpellDictionary.
    EnumerationSpecifies flags that determine whether words should be ignored during spell-checking.
    See Also