New to Telerik UI for WPFStart a free 30-day trial

Provides functionality for showing dialogs for spell checking.

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public interface ISpellCheckingDialog

Derived Classes: SpellCheckingDialog

Methods

Closes the dialog.

C#
void Close()

Shows the dialog.

C#
void ShowDialog(SpellCheckingUIManager spellCheckingUIManager, RadRichTextBox owner)
Parameters:spellCheckingUIManagerSpellCheckingUIManager

The spell checking UI manager.

ownerRadRichTextBox

The owner of the dialog.