InterfaceIEditCustomDictionaryDialog
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:
cs-api-definition
public interface IEditCustomDictionaryDialog
Methods
ShowDialog(ICustomWordDictionary, RadRichTextBox)
Shows the dialog.
Declaration
cs-api-definition
void ShowDialog(ICustomWordDictionary customWordDictionary, RadRichTextBox owner)
Parameters
customWordDictionary
The custom word dictionary to edit.
owner
The owner of the dialog.