Classes
| Class | Description | |
|---|---|---|
| BadWordEventArgs | ||
| C1Spell |
Represents a spell-checking control.
| |
| CharPair |
Instances of the class that store the character pairs.
| |
| CharPairCollection |
A collection of unique CharPair items.
| |
| CheckingEventArgs | ||
| CheckStartEventArgs |
Provides data for the CheckStart event of the C1Spell.
| |
| CompleteEventArgs | ||
| CustomDictionaryCollection |
A collection of custom dictionaries.
| |
| DialogActionEventArgs |
Provides data for the DialogAction event of C1Spell.
| |
| DialogProperty |
Represents the title, font, and location of the synonyms dialog box.
| |
| DictionaryItem |
This class stores information about the path to a single custom
dictionary file and Boolean flag that indicates if this file is used.
| |
| DlgSetting |
Encapsulates the spell-checking options of the C1Spell component.
| |
| SpellErrorEventArgs |
Provides data for the SpellError event of the C1Spell.
| |
| StringPair |
String pairs are stored in instances of the StringPair class.
| |
| StringPairCollection |
A collection of unique StringPair items.
| |
| SuggestionEventArgs |
Provides data for the Suggestion event of C1Spell.
| |
| TypingErrorEventArgs |
Provides data for the TypingError event of C1Spell.
| |
| TypingOKEventArgs | ||
| UIStrings | ||
| UIStringsItemEventArgs |
Interfaces
| Interface | Description | |
|---|---|---|
| IC1TextBoxBaseWrapper |
Delegates
| Delegate | Description | |
|---|---|---|
| BadWordEventHandler | ||
| CheckingEventHandler | ||
| CheckStartEventHandler |
Represents the method that will handle the CheckStart event of the C1Spell.
| |
| CompleteEventHandler | ||
| DialogActionEventHandler |
Represents the method that will handle the DialogAction event of C1Spell.
| |
| SpellErrorEventHandler |
Represents the method that will handle the SpellError event of the C1Spell.
| |
| SuggestionEventHandler |
Represents the method that will handle the Suggestion event of C1Spell.
| |
| TypingErrorEventHandler |
Represents the method that will handle the TypingError event of C1Spell.
| |
| TypingOKEventHandler |
Enumerations
| Enumeration | Description | |
|---|---|---|
| BadWordDialogEnum |
Enumerates the available dialog boxes that can appear when a bad word is found.
| |
| BadWordProblemEnum |
Enumerates the problem caused during a spell check when a bad word is found and cannot be corrected when
BadWord event was fired.
| |
| CommonWordCacheEnum |
Enumerates the available common word caches to be used during spell checking.
| |
| DialogActionEnum |
Enumerates the possible actions performed on the Spelling Check dialog box during a spell check when
DialogAction event was fired.
| |
| ErrorTypeEnum |
Enumerates the possible types of errors caused when the SpellError event is fired.
| |
| LanguageEnum |
Language of the MainDictFile dictionary.
| |
| TypingErrorActionEnum |
Enumerates the available actions to be taken when an error word is typed.
| |
| UIStringsEnum |
Sets the dialog strings for the Spelling Check dialog box and the Options dialog box.
| |
| UnderlineStyleEnum |
Enumerates the styles of underlining used when a word is misspelled.
|