ISpellCheckingDialog
Interface
Provides functionality for showing dialogs for spell checking.
Definition
Namespace:Telerik.WinForms.Documents.UI.Extensibility
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public interface ISpellCheckingDialog
Methods
Closes the dialog.
C#
void Close()
Shows the dialog.
C#
void ShowDialog(SpellCheckingUIManager spellCheckingUIManager, RadRichTextBox owner)
The spell checking UI manager.
ownerRadRichTextBoxThe owner of the dialog.