Encapsulates logic for spell checking dialogs for RadRichTextBox.
Definition
Namespace:Telerik.WinForms.Documents.UI.Extensibility
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public class SpellCheckingUIManager
Inheritance: objectSpellCheckingUIManager
Constructors
Initializes a new instance of the SpellCheckingUIManager class.
public SpellCheckingUIManager(RadRichTextBox radRichTextBox)
The instance of RadRichTextBox to be spell checked.
Methods
Adds word to dictionary.
Changes the currently selected word with the suggestion.
Creates the spell checking context document.
public RadDocument CreateSpellCheckingContextDocument(TextRange incorrectWordRange)
Text range for the incorrect word.
Returns:RadDocument containing the incorrect word and its context.
Determines whether there is custom dictionary to edit.
public bool HasCustomDictionary()
true if there is custom dictionary to edit; otherwise, false.
Ignores all occurrences of word.
Ignores the current word for further spell checking.
public void IgnoreCurrentWord()
Ignores the specified word for further spell checking.
Selects the next incorrect word and returns info about it.
Shows the dialog for editing custom spellchecking dictionaries.
public void ShowEditCustomDictionaryDialog()