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

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

Definition

Namespace:Telerik.WinForms.Documents.UI.Extensibility

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public interface IEditCustomDictionaryDialog

Methods

Closes the dialog.

C#
void Close()

Shows the dialog.

C#
void ShowDialog(ICustomWordDictionary customWordDictionary, RadRichTextBox owner)
Parameters:customWordDictionaryICustomWordDictionary

The custom word dictionary to edit.

ownerRadRichTextBox

The owner of the dialog.