The C1SpellChecker type exposes the following members.

Constructors

  NameDescription
Public methodC1SpellChecker
Initializes a new instance of a C1SpellChecker.

Methods

  NameDescription
Public methodCheckTextOverloaded.
Public methodCheckWord
Checks a word to see if it's spelled correctly.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSuggestionsOverloaded.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodOnAutoReplace
Raises the AutoReplace event.
Public methodOnBadWordFound
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAutoReplaceList
Gets a list of words and replacements to use while spell-checking.
Public propertyCustomDictionary
Gets or sets a custom spell-checking dictionary.
Public propertyCustomParser
Gets or sets a custom spell-checking parser.
Public propertyEnabled
Gets a value that indicates whether the main spelling dictionary has been loaded.
Public propertyIgnoreList
Gets the list of words to ignore during spell-checking.
Public propertyMainDictionary
Gets the main dictionary used for spell-checking.
Public propertyOptions
Gets a SpellOptions object that specifies spell-checking options.
Public propertyUserDictionary
Gets the user dictionary used for spell-checking.

Events

  NameDescription
Public eventAutoReplace
Event that fires before the C1SpellChecker makes an automatic replacement in the control's text.
Public eventBadWordFound
Event that fires when a spelling error is found by the C1SpellChecker.

See Also