ClassEditCustomDictionaryDialog
Class
Dialog for editing custom dictionaries.
Definition
Namespace:Telerik.Windows.Documents.Proofing
Assembly:Telerik.Windows.Documents.Proofing.dll
Syntax:
cs-api-definition
public class EditCustomDictionaryDialog : RadWindow, INotifyLayoutChange, IDragAware, INotifyPropertyChanged, IComponentConnector
Inheritance: objectWindowBaseRadWindowEditCustomDictionaryDialog
Implements:
Inherited Members
Constructors
EditCustomDictionaryDialog()
Initializes a new instance of the EditCustomDictionaryDialog class.
Declaration
cs-api-definition
public EditCustomDictionaryDialog()
Properties
Methods
InitializeComponent()
InitializeComponent
Declaration
cs-api-definition
public void InitializeComponent()
ShowDialog(ICustomWordDictionary)
Shows the dialog.
Declaration
cs-api-definition
public void ShowDialog(ICustomWordDictionary customWordDictionary)
Parameters
customWordDictionary
The custom word dictionary to edit.
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements