Interface ISpellCheckingDialog
Provides functionality for showing dialogs for spell checking.
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Controls.RichTextBox.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
Spell The spell checking UI manager. |
Rad The owner of the dialog. |