Interface
ISpellCheckingDialog

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

Close()

Closes the dialog.

Declaration

cs-api-definition
void Close()

ShowDialog(SpellCheckingUIManager, RadRichTextBox)

Shows the dialog.

Declaration

cs-api-definition
void ShowDialog(SpellCheckingUIManager spellCheckingUIManager, RadRichTextBox owner)

Parameters

spellCheckingUIManager

SpellCheckingUIManager

The spell checking UI manager.

owner

RadRichTextBox

The owner of the dialog.