The core namespace for RapidSpell.
Main namespace
| C# | Visual Basic | Visual C++ |
namespace Keyoti.RapidSpell
Namespace Keyoti.RapidSpell
namespace Keyoti.RapidSpell
| All Types | Classes | Interfaces | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| ApplicationException | ||
| ArrayList | ||
| AsyncDictionaryLoader |
Loads the main dictionary asynchronously.
| |
| BadWord | Represents a mis-spelt word in the text. | |
| BrowsableAttribute | ||
| CancelEventArgs | ||
| CheckerEngineAdapter | Abstract base implementation of ICheckerEngine, override chosen members for desired functionality. | |
| ComClientInteropSupport | This class supports users who access RapidSpell controls from COM code. | |
| Component | ||
| DesignableComponent |
Base support for non-visual components.
| |
| DesignerSerializationVisibility | ||
| DesignerSerializationVisibilityAttribute | ||
| DialogResult | ||
| DialogTexts | Contains all texts in RapidSpellDialog and user options. | |
| DictionaryCache |
Cache of loaded dictionaries.
| |
| DictionaryLoadException |
Exception with dictionary loading.
| |
| Hashtable | ||
| IButtonControl | ||
| ICheckerEngine | Defines the interface required for a class to be used as a checker engine | |
| ISpellCheckableTextComponent | Defines the interface required for a text component to be spell checkable using the RapidSpellDialog control (or RapidSpellGUI class) | |
| ISpellCheckableTextComponent2 | Defines the interface required for a text component to be spell checkable using the RapidSpellDialog control (or RapidSpellGUI class) | |
| IUserInterfaceFormPresenter | Interface requirements for a dialog based UI form. | |
| Label | ||
| LanguageType | Enumeration of language types. | |
| License | ||
| LicenseProvider | ||
| ListBox | ||
| UserDictionary..::.ListChangedEventArgs |
Event args for ListChanged event
| |
| UserDictionary..::.ListChangedEventHandler |
Event handler
| |
| UserDictionary..::.ListChangedEventArgs..::.ListChangeOperation |
Types of operation
| |
| AsyncDictionaryLoader..::.LoadCompleteEventArgs |
Load complete event args
| |
| AsyncDictionaryLoader..::.LoadCompleteEventHandler | ||
| MessageBoxButtons | ||
| MessageBoxIcon | ||
| NoCurrentBadWordException | Thrown if NextBadWord has not been run first and found a mis-spelt word. | |
| NoTextComponentException | Thrown if a valid text component hasn't been set to be checked (by the GUI for example). | |
| UndoableOperation..::.Operation |
Types of operation
| |
| OperationScope |
The scope of an operation.
| |
| OptionsSavedEventArgs |
Args for the options saved event.
| |
| OptionsSavedEventHandler |
Handler
| |
| RapidSpellChecker | Spell checker engine, checks a text string for spelling errors and makes suggested corrections. | |
| RapidSpellDialog | RapidSpell Desktop Dialog Control, this convenience control provides design time support for RapidSpellGUI and multiple text box support. | |
| RapidSpellGUIPresenter | Controls the UI logic used for RapidSpellDialog forms. | |
| RapidSpellGUIPresenter..::.SpellCheckEventHandler | Spell check event handler delegate. | |
| RapidSpellDialog..::.SpellCheckEventHandler | Spell check event handler delegate. | |
| SpellingDictionary | ||
| RapidSpellChecker..::.State |
State of the spell checker
| |
| UserDictionary..::.StorageLocation |
Location options for storage
| |
| Suggestion | Represents a suggestion. | |
| SuggestionsMethodType | Suggestions algorithm identifiers. | |
| TextBoxEx |
TextBox subclass which supports visible selection when focus elsewhere.
| |
| RapidSpellDialog..::.TextBoxSpellCheckEventHandler | Handler delegate | |
| UndoableOperation |
An operation which can be undone
| |
| UndoableStateEventArgs | Args for the events fired when words are ignored. | |
| UndoEventArgs |
Undo event args
| |
| UndoEventHandler |
Event handler delegate
| |
| UndoManager |
Manages the undoable operation stack.
| |
| UserDictionary | Represents the UserDictionary | |
| WordAddedEventArgs | Args for the events fired when words are added to the user dictionary. | |
| WordAddedEventHandler | Handler delegate | |
| WordChangedEventArgs | Args for the events fired when words are changed. | |
| WordChangedEventHandler | Handler delegate | |
| WordIgnoredEventArgs | Args for the events fired when words are ignored. | |
| WordIgnoredEventHandler | Handler delegate | |
| WordOccurrence | Represents a word in the text. | |
| WordRemovedEventArgs | Args for the events fired when words are removed from the user dictionary. | |
| WordRemovedEventHandler | Handler delegate |