SpellChecker Members
In This Article
#Constructors
Name | Description |
---|---|
Spell |
Initializes a new instance of the Spell |
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 |
Check |
Provides access to the options used to visually indicate misspelled words and customize the context menu, invoked by right-clicking the word. |
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 | Obtains a collection of dictionaries. |
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 |
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 |
Look |
Provides access to the settings which control the 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 Xtra |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Spell |
Gets or sets the Xtra |
Spelling |
Gets or sets the type of form that is shown when a possible misspelled word is found.
Inherited from Spell |
Suggestion |
Gets or sets the timeout for calculating suggestions.
Inherited from Spell |
Use |
Specifies whether the spell checker should use the shared dictionaries collection in a word search. For Win |
#Methods
Name | Description |
---|---|
About() static | Invokes the About dialog box. |
Calc |
Performs a spell check of the word, which occupies the rectangular area to which the specified point belongs. |
Can |
Checks whether the control is registered to be used with the Xtra |
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 spelling of words in a text string.
Inherited from Spell |
Check |
Checks the spelling of words in a text string and invokes the spelling dialog if an error is found.
Inherited from Spell |
Check |
Checks the specified control for spelling mistakes. |
Check |
Checks the controls in the container of current control for spelling mistakes. |
Check |
Checks the controls within the container for spelling mistakes. |
Check |
Obsolete. Checks the specified text to get a list of erroneous words and suggested corrections.
Inherited from Spell |
Check |
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. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns a value that determines whether the control can be processed by a spell checker. |
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 |
Returns a value that determines whether the command that invokes the spell checker should be added to the control’s drop-down menu. |
Get |
Gets the options of spelling check specified for the control. |
Get |
Gets suggested words to replace a specified word.
Inherited from Spell |
Get |
Gets suggested words to replace a specified word.
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 the specified word is misspelled according to the dictionary for the specified culture, starting from and ending at the specified positions.
Inherited from Spell |
Is |
Checks whether the specified word is, according to the dictionary, misspelled for the specified culture.
Inherited from Spell |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
On |
For internal use.
Inherited from Spell |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Restore |
Restores the control layout stored at a specified system registry path. |
Restore |
Loads data from the specified stream and creates the Xtra |
Restore |
Loads data from the specified XML file and creates the Xtra |
Save |
Saves the control layout to the specified system registry path. |
Save |
Serializes Xtra |
Save |
Serializes Xtra |
Set |
Returns a value that specifies whether the control can be processed by a spell checker. |
Set |
Specifies a value that determines whether the command that invokes the spell checker should be added to the control’s drop-down menu. |
Set |
Sets the options of spelling check specified for the control. |
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. |
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 |
Popup |
Occurs before a context menu is shown. |
Prepare |
Obsolete. Occurs before a context menu is created. |
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 |
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