Name | Description | |
---|---|---|
C1SpellChecker Constructor | Initializes a new instance of a C1SpellChecker. |
The following tables list the members exposed by C1SpellChecker.
Name | Description | |
---|---|---|
C1SpellChecker Constructor | Initializes a new instance of a C1SpellChecker. |
Name | Description | |
---|---|---|
CustomDictionary | Gets or sets a custom spell-checking dictionary. | |
CustomParser | Gets or sets a custom spell-checking parser. | |
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. |
Name | Description | |
---|---|---|
CheckControlAsync | Overloaded. Shows a spell-checking dialog for an editor control. | |
CheckText | Overloaded. Checks a string containing text and returns a list of spelling errors. | |
CheckWord | Checks a word to see if it's spelled correctly. | |
GetSuggestions | Overloaded. Gets an array containing suggestions for a misspelled word. | |
OnBadWordFound | Raises the BadWordFound event. | |
OnCheckControlCompleted | Raises the CheckControlCompleted event. | |
OnContextMenuCreated | Raises the ContextMenuCreated event. |
Name | Description | |
---|---|---|
OnDictionaryChanged | Raises the DictionaryChanged event. |
Name | Description | |
---|---|---|
BadWordFound | Event that fires when a spelling error is found by the C1SpellChecker. | |
CheckControlCompleted | Event that fires when the CheckControlAsync(Object) 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. |