Interface IEditCustomDictionaryDialog
Provides functionality for showing dialogs for editing custom spell checking dictionaries.
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Documents.dll
Syntax
public interface IEditCustomDictionaryDialog
Methods
Close()
Closes the dialog.
Declaration
void Close()
ShowDialog(ICustomWordDictionary, RadRichTextBox)
Shows the dialog.
Declaration
void ShowDialog(ICustomWordDictionary customWordDictionary, RadRichTextBox owner)
Parameters
ICustomWordDictionary
customWordDictionary
The custom word dictionary to edit. |
RadRichTextBox
owner
The owner of the dialog. |