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)
Shows the dialog.
Declaration
void ShowDialog(ICustomWordDictionary customWordDictionary)
Parameters
ICustomWordDictionary
customWordDictionary
The custom word dictionary to edit. |