Dialog for editing custom dictionaries.
Definition
Namespace:Telerik.Windows.Documents.Proofing
Assembly:Telerik.Windows.Documents.Proofing.dll
Syntax:
C#
public class EditCustomDictionaryDialog : RadWindow, INotifyLayoutChange, IDragAware, INotifyPropertyChanged, IComponentConnector
Inheritance: objectWindowBaseRadWindowEditCustomDictionaryDialog
Implements:
Inherited Members
Constructors
Initializes a new instance of the EditCustomDictionaryDialog class.
C#
public EditCustomDictionaryDialog()
Properties
C#
public Theme SelectedTheme { get; set; }
Methods
InitializeComponent
C#
public void InitializeComponent()
Shows the dialog.
C#
public void ShowDialog(ICustomWordDictionary customWordDictionary)
The custom word dictionary to edit.
Events
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: