Class EditCustomDictionaryDialog
Dialog for editing custom dictionaries.
Inherited Members
Namespace: Telerik.Windows.Documents.Proofing
Assembly: Telerik.Windows.Documents.Proofing.dll
Syntax
public class EditCustomDictionaryDialog : RadWindow, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IWindow, INotifyPropertyChanged
Constructors
EditCustomDictionaryDialog()
Initializes a new instance of the EditCustomDictionaryDialog class.
Declaration
public EditCustomDictionaryDialog()
Properties
SelectedTheme
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
ShowDialog(ICustomWordDictionary)
Shows the dialog.
Declaration
public void ShowDialog(ICustomWordDictionary customWordDictionary)
Parameters
ICustomWordDictionary
customWordDictionary
The custom word dictionary to edit. |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|