InterfaceISpellCheckingDialog
Interface
Provides functionality for showing dialogs for spell checking.
Definition
Namespace:Telerik.Windows.Documents.UI.Extensibility
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public interface ISpellCheckingDialog
Methods
ShowDialog(SpellCheckingUIManager, RadRichTextBox)
Shows the dialog.
Declaration
cs-api-definition
void ShowDialog(SpellCheckingUIManager spellCheckingUIManager, RadRichTextBox owner)
Parameters
spellCheckingUIManager
The spell checking UI manager.
owner
The owner of the dialog.