Name | Description | |
---|---|---|
C1SpellChecker Constructor | Overloaded. |
The following tables list the members exposed by C1SpellChecker.
Name | Description | |
---|---|---|
C1SpellChecker Constructor | Overloaded. |
Name | Description | |
---|---|---|
AutoReplaceList | Gets a list of words and replacements to use while spell-checking. | |
Container | (Inherited from System.ComponentModel.Component) | |
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. | |
MaxWordLength | Gets or sets the maximum length of words that are spell-checked. | |
Options | Gets a SpellOptions object that specifies spell-checking options. | |
Site | (Inherited from System.ComponentModel.Component) | |
UserDictionary | Gets the user dictionary used for spell-checking. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
CheckControl | Overloaded. Shows a spell-checking dialog for an editor and returns the number of spelling errors found. | |
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. | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Overridden. | |
GetActiveSpellChecking | Overloaded. Gets whether the C1SpellChecker should highlight spelling mistakes as the user types on a given System.Windows.Forms.TextBoxBase. | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
GetSuggestions | Overloaded. Gets an array containing suggestions for a misspelled word. | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
OnAutoReplace | Raises the AutoReplace event. | |
OnBadWordFound | Raises the BadWordFound event. | |
OnContextMenuCreated | Raises the ContextMenuCreated event. | |
SetActiveSpellChecking | Overloaded. Sets whether the C1SpellChecker should highlight spelling mistakes as the user types on a given System.Windows.Forms.TextBoxBase. | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
OnDictionaryChanged | Raises the DictionaryChanged event. |
Name | Description | |
---|---|---|
AutoReplace | Occurs before the C1SpellChecker makes an automatic replacement in the control's text. | |
BadWordFound | Occurs when a spelling error is found by the C1SpellChecker. | |
ContextMenuCreated | Occurs when a context menu is created containing the spelling suggestions and commands. | |
DictionaryChanged | Occurs when any of the spell dictionaries changes in any way. | |
Disposed | (Inherited from System.ComponentModel.Component) | |
ShowSuggestions | Occurs when suggestions is about to show in the spell dialog or in the spell context menu. |