The core namespace for RapidSpell.
| All Types | Classes | Interfaces | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| BadWord | Represents a mis-spelt word in the text. | |
| CheckerEngineAdapter | Abstract base implementation of ICheckerEngine, override chosen members for desired functionality. | |
| ComClientInteropSupport | This class supports users who access RapidSpell controls from COM code. | |
| CutCopyPasteContextMenuMaker |
Creates a Cut/Copy/Paste ContextMenu
| |
| DesignableComponent |
Base support for non-visual components.
| |
| DialogTexts | Contains all texts in RapidSpellDialog and user options. | |
| DictionaryCache |
Cache of loaded dictionaries.
| |
| ErrorAdorner |
The highlight adorner, which renders error highlights on a plain TextBox
| |
| ErrorAdornerBase |
Base level error underline adorner.
| |
| FoundSpellingErrorEventArgs |
Event args for found error event
| |
| FoundSpellingErrorEventHandler |
EventHandler delegate
| |
| IAYTTextBox | Interface requirements for an "as-you-type" text box, if an object implements this interface then it is compatible with the RapidSpellAYT control. | |
| 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. | |
| KLicenseProvider |
Summary description for KLicenseProvider.
| |
| LanguageType | Enumeration of language types. | |
| UserDictionary..::..ListChangedEventArgs |
Event args for ListChanged event
| |
| UserDictionary..::..ListChangedEventHandler |
Event handler
| |
| UserDictionary..::..ListChangedEventArgs..::..ListChangeOperation |
Types of operation
| |
| NoCurrentBadWordException | Thrown if NextBadWord has not been run first and found a mis-spelled 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
| |
| RapidSpellAsYouType | RapidSpell As-You-Type Control, spell checks text boxes as the user types. | |
| RapidSpellAYTDialogCoupler | RapidSpell Desktop AYT-Dialog Coupler Control, this lightweight convenience control is used to couple RapidSpellAsYouType and RapidSpellDialog. | |
| 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. | |
| RichErrorAdorner |
The highlight adorner, which renders error highlights on a RichTextBox
| |
| SelectionAdorner |
The highlight adorner, which renders error highlights on a TextBoxBase
| |
| RapidSpellDialog..::..SpellCheckEventHandler | Spell check event handler delegate. | |
| RapidSpellGUIPresenter..::..SpellCheckEventHandler | Spell check event handler delegate. | |
| SpellContextMenuRequestEventHandler | Handler delegate | |
| SpellingDictionary | ||
| StartupRegisterForm |
Helper to launch the license key registration form
| |
| RapidSpellChecker..::..State |
State of the spell checker
| |
| UserDictionary..::..StorageLocation |
Location options for storage
| |
| Suggestion | Represents a suggestion. | |
| SuggestionsMethodType | Suggestions algorithm identifiers. | |
| RapidSpellDialog..::..TextBoxSpellCheckEventHandler | Handler delegate | |
| TextChangeHint |
Hints the change scanner as to where the change could be, if any, on user input.
| |
| Underline |
Represents an underline
| |
| UnderlineStyle | Mis-spelling underline style for RapidSpellAYT control. | |
| 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 | |
| WpfBaseAdapter |
Base support for internal text box wrappers.
| |
| WpfRichTextBoxAdapter | Used (primarily internally) to wrap the RichTextBox control with required interfaces for spell checking.
| |
| WpfTextBoxAdapter | Used (primarily internally) to wrap the plain TextBox control with required interfaces for spell checking.
| |
| WpfTextBoxBaseUtilityAdapter |
Handles underlines and error adorners.
|