Interface ISpellCheckingDialog
Provides functionality for showing dialogs for spell checking.
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Documents.dll
Syntax
public interface ISpellCheckingDialog
Methods
Close()
Closes the dialog.
Declaration
void Close()
ShowDialog(SpellCheckingUIManager, RadRichTextBox)
Shows the dialog.
Declaration
void ShowDialog(SpellCheckingUIManager spellCheckingUIManager, RadRichTextBox owner)
Parameters
SpellCheckingUIManager
spellCheckingUIManager
The spell checking UI manager. |
RadRichTextBox
owner
The owner of the dialog. |