Class | Description | |
---|---|---|
![]() | AutoReplaceEventArgs | Provides data for the C1SpellChecker.AutoReplace event. |
![]() | BadWordEventArgs | Provides data for the C1SpellChecker.BadWordFound event. |
![]() | C1SpellChecker | Represents the C1SpellChecker to check the specified text. |
![]() | 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. |
![]() | LocalizationOption | The localization of the editor string |
![]() | 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. |