The C1SpellChecker type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
C1SpellChecker |
Initializes a new instance of a C1SpellChecker.
|
Methods
| Name | Description | |
|---|---|---|
|
|
CheckControlAsync(Object) |
Shows a spell-checking dialog for an editor control.
|
|
|
CheckControlAsync(Object, Boolean) |
Shows a spell-checking dialog for an editor control.
|
|
|
CheckControlAsync(Object, Boolean, ISpellDialog) |
Shows a spell-checking dialog for an editor control.
|
|
|
CheckText(String) |
Checks a string containing text and returns a list of spelling errors.
|
|
|
CheckText(String, Int32) |
Checks a string containing text and returns a list of spelling errors.
|
|
|
CheckText(String, Int32, Int32) |
Checks a string containing text and returns a list of spelling errors.
|
|
|
CheckWord |
Checks a word to see if it's spelled correctly.
|
|
|
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
|
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.) |
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetSuggestions(String) |
Gets an array containing suggestions for a misspelled word.
|
|
|
GetSuggestions(String, Int32) |
Gets an array containing suggestions for a misspelled word.
|
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
OnAutoReplace |
Raises the AutoReplace event.
|
|
|
OnBadWordFound |
Raises the BadWordFound event.
|
|
|
OnCheckControlCompleted |
Raises the CheckControlCompleted event.
|
|
|
OnContextMenuCreated |
Raises the [!:OpeningContextMenu] event.
|
|
|
OnDictionaryChanged |
Raises the DictionaryChanged event.
|
|
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
AutoReplaceList |
Gets a list of words and replacements to use while spell-checking.
|
|
|
CustomDictionary |
Gets or sets a custom spell-checking dictionary.
|
|
|
CustomParser | |
|
|
Enabled |
Gets a value that indicates whether the main spelling dictionary has been loaded.
|
|
|
IgnoreList |
Gets the list of words to ignore during spell-checking.
|
|
|
MainDictionary |
Gets the main dictionary used for spell-checking.
|
|
|
Options |
Gets a SpellOptions object that specifies spell-checking options.
|
|
|
UserDictionary |
Gets the user dictionary used for spell-checking.
|
Events
| Name | Description | |
|---|---|---|
|
|
AutoReplace |
Event that fires before the C1SpellChecker makes an automatic replacement
in the control's text.
|
|
|
BadWordFound |
Event that fires when a spelling error is found by the C1SpellChecker.
|
|
|
CheckControlCompleted |
Event that fires when the CheckControlAsync(Object, Boolean, ISpellDialog) method finishes spell-checking a control.
|
|
|
ContextMenuCreated |
Event that fires when a context menu is created containing the spelling suggestions and commands.
|
|
|
DictionaryChanged |
Event that fires when any of the spell dictionaries changes in any way.
|