The C1SpellChecker type exposes the following members.

Constructors

  Name Description
Public method C1SpellChecker
Initializes a new instance of a C1SpellChecker.

Methods

  Name Description
Public method CheckControlAsync(Object)
Shows a spell-checking dialog for an editor control.
Public method CheckControlAsync(Object, Boolean)
Shows a spell-checking dialog for an editor control.
Public method CheckControlAsync(Object, Boolean, ISpellDialog)
Shows a spell-checking dialog for an editor control.
Public method CheckText(String)
Checks a string containing text and returns a list of spelling errors.
Public method CheckText(String, Int32)
Checks a string containing text and returns a list of spelling errors.
Public method CheckText(String, Int32, Int32)
Checks a string containing text and returns a list of spelling errors.
Public method CheckWord
Checks a word to see if it's spelled correctly.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetSuggestions(String)
Gets an array containing suggestions for a misspelled word.
Public method GetSuggestions(String, Int32)
Gets an array containing suggestions for a misspelled word.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method OnAutoReplace
Raises the AutoReplace event.
Public method OnBadWordFound
Raises the BadWordFound event.
Public method OnCheckControlCompleted
Raises the CheckControlCompleted event.
Public method OnContextMenuCreated
Raises the [!:OpeningContextMenu] event.
Protected method OnDictionaryChanged
Raises the DictionaryChanged event.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property AutoReplaceList
Gets a list of words and replacements to use while spell-checking.
Public property CustomDictionary
Gets or sets a custom spell-checking dictionary.
Public property CustomParser
Public property Enabled
Gets a value that indicates whether the main spelling dictionary has been loaded.
Public property IgnoreList
Gets the list of words to ignore during spell-checking.
Public property MainDictionary
Gets the main dictionary used for spell-checking.
Public property Options
Gets a SpellOptions object that specifies spell-checking options.
Public property UserDictionary
Gets the user dictionary used for spell-checking.

Events

  Name Description
Public event AutoReplace
Event that fires before the C1SpellChecker makes an automatic replacement in the control's text.
Public event BadWordFound
Event that fires when a spelling error is found by the C1SpellChecker.
Public event CheckControlCompleted
Event that fires when the CheckControlAsync(Object, Boolean, ISpellDialog) method finishes spell-checking a control.
Public event ContextMenuCreated
Event that fires when a context menu is created containing the spelling suggestions and commands.
Public event DictionaryChanged
Event that fires when any of the spell dictionaries changes in any way.

See Also