Interface
IEditCustomDictionaryDialog

Provides functionality for showing dialogs for editing custom spell checking dictionaries.

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public interface IEditCustomDictionaryDialog

Methods

Close()

Closes the dialog.

Declaration

cs-api-definition
void Close()

ShowDialog(ICustomWordDictionary, RadRichTextBox)

Shows the dialog.

Declaration

cs-api-definition
void ShowDialog(ICustomWordDictionary customWordDictionary, RadRichTextBox owner)

Parameters

customWordDictionary

ICustomWordDictionary

The custom word dictionary to edit.

owner

RadRichTextBox

The owner of the dialog.