Classes

  ClassDescription
BadWordEventArgs
Provides data for the BadWord event of C1Spell.
C1Spell
Represents a spell-checking control.
CharPair
Instances of the class that store the character pairs.
CharPairCollection
A collection of unique CharPair items.
CheckingEventArgs
Provides data for the Checking event of the C1Spell.
CheckStartEventArgs
Provides data for the CheckStart event of the C1Spell.
CompleteEventArgs
Provides data for the Complete event of C1Spell.
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
Provides data for the TypingOK event of the C1Spell.
UIStrings
UIStringsItemEventArgs

Interfaces

  InterfaceDescription
IC1TextBoxBaseWrapper

Delegates

  DelegateDescription
BadWordEventHandler
Represents the method that will handle the BadWord event of C1Spell.
CheckingEventHandler
Represents the method that will handle the Checking event of the C1Spell.
CheckStartEventHandler
Represents the method that will handle the CheckStart event of the C1Spell.
CompleteEventHandler
Represents the method that will handle the Complete event of C1Spell.
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
Represents the method that will handle the TypingOK event of the C1Spell.

Enumerations

  EnumerationDescription
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.