Interface IEditCustomDictionaryDialog
Provides functionality for showing dialogs for editing custom spell checking dictionaries.
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Controls.RichTextBox.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
ICustom The custom word dictionary to edit. |
Rad The owner of the dialog. |