SpellChecker Members
In This Article
#Constructors
Name | Description |
---|---|
Spell |
Initializes a new instance of the Spell |
#Properties
Name | Description |
---|---|
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Change |
Provides access to the list of words and their counterparts that replace them on every occurrence.
Inherited from Spell |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Culture |
Gets or sets the culture-specific settings of the spell checker.
Inherited from Spell |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Dictionaries |
Provides access to the spell checker dictionaries collection.
Inherited from Spell |
Dictionary |
Provides access to the object which facilitates dictionary operations.
Inherited from Spell |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Forms |
Provides access to the object that manages the spelling forms for user interaction. |
Ignore |
Provides access to a list of ignored words.
Inherited from Spell |
Is |
Indicates whether the current DXSpell |
Keep |
Specifies whether or not the input focus is set to the control that is being checked, to make the selected word visible. |
Levenshtein |
Gets or sets the parameter used to measure the proximity of words to be included in a suggestion collection.
Inherited from Spell |
Load |
Gets or sets whether the dictionary is not loaded until the spell checker language has matched the dictionary language.
Inherited from Spell |
Options |
Provides access to the spelling options set for the spell checker instance. |
Parent |
Gets or sets the control, representing the parent container for the DXSpell |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Spell |
Gets or sets the DXSpell |
Spelling |
Gets or sets the type of the form to be shown when a probable misspelled word is found.
Inherited from Spell |
Suggestion |
Gets or sets the timeout for calculating suggestions.
Inherited from Spell |
Use |
Not in use for DXRich |
#Methods
Name | Description |
---|---|
Can |
Checks whether the control is registered for use with the DXSpell |
Check |
Checks the spelling of the text available through the controller interface. |
Check |
Checks the spelling of the text available through the controller interface.
Inherited from Spell |
Check |
Checks the specified text for spelling mistakes. |
Check |
Checks the spelling of words in a text string.
Inherited from Spell |
Check |
Checks the specified control for spelling mistakes. |
Check |
Checks the controls in the container of the current control for spelling mistakes. |
Check |
Checks the controls within the container for spelling mistakes. |
Check |
Checks the specified text to get a list of erroneous words and suggested corrections.
Inherited from Spell |
Check |
Obsolete. Checks the specified text to get a list of erroneous words and suggested corrections.
Inherited from Spell |
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
Dispose |
Releases the unmanaged resources used by the Component and optionally releases the managed resources. Inherited from Component. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Get |
Creates a list of commands available to the end-user, which depend on the type of misspelling and current spellchecker operation mode. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns the list of words ignored during spell check. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets suggested words to replace a specified word.
Inherited from Spell |
Get |
Inherited from Spell |
Get |
Gets the Type of the current instance. Inherited from Object. |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Is |
Checks whether or not the specified word is, according to the dictionary, misspelled for the specified culture.
Inherited from Spell |
Is |
Checks whether the specified word is misspelled according to the dictionary for the specified culture, starting from and ending at the specified positions.
Inherited from Spell |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Restore |
Inherited from Spell |
Restore |
Inherited from Spell |
Restore |
Inherited from Spell |
Save |
Inherited from Spell |
Save |
Inherited from Spell |
Save |
Inherited from Spell |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
#Events
Name | Description |
---|---|
After |
Occurs when text checking is finished.
Inherited from Spell |
After |
Occurs after a word is checked.
Inherited from Spell |
After |
Occurs when the dictionaries have been loaded.
Inherited from Spell |
Before |
Occurs before the spell checker begins text processing.
Inherited from Spell |
Before |
Occurs before a given word is exposed to a search algorithm.
Inherited from Spell |
Before |
Occurs when the spell checker starts loading dictionaries.
Inherited from Spell |
Check |
Occurs when the spell check is complete. |
Culture |
Occurs when the culture setting of the spellcheker is changed. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Finish |
Occurs when the selected part of the text is processed.
Inherited from Spell |
Not |
Occurs when a word being checked is not found in a dictionary.
Inherited from Spell |
Options |
Occurs when the form used to specify the Options |
Prepare |
Occurs when a misspelled word is found and a list of suggested replacements is created and sorted.
Inherited from Spell |
Repeated |
Occurs when a word identical to the previous one is found.
Inherited from Spell |
Spell |
Occurs when the Spell |
Spelling |
Occurs when the spelling form is about to be displayed. |
Unhandled |
Occurs when an unhandled system exception fires.
Inherited from Spell |
Word |
Occurs after a new word is added to the custom dictionary.
Inherited from Spell |
See Also