SpellChecker Properties
The component that allows you to add Microsoft Office style spell checking capabilities into your application.
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 |
See Also