Interface ISpellCheckingDialog
Provides functionality for showing dialogs for spell checking.
Namespace: Telerik.WinForms.Documents.UI.Extensibility
Assembly: Telerik.WinControls.RichTextEditor.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. |