IEditCustomDictionaryDialog
Interface
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:
C#
public interface IEditCustomDictionaryDialog
Derived Classes:
Methods
Closes the dialog.
C#
void Close()
Shows the dialog.
C#
void ShowDialog(ICustomWordDictionary customWordDictionary, RadRichTextBox owner)
The custom word dictionary to edit.
ownerRadRichTextBoxThe owner of the dialog.