ClassEditCustomDictionaryDialog
Class
Dialog for editing custom dictionaries.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class EditCustomDictionaryDialog : RadRichTextBoxWindow, INotifyLayoutChange, IDragAware, IEditCustomDictionaryDialog, IComponentConnector
Inheritance: objectWindowBaseRadWindowRadRichTextBoxWindowEditCustomDictionaryDialog
Implements:
Inherited Members
Constructors
EditCustomDictionaryDialog()
Initializes a new instance of the EditCustomDictionaryDialog class.
Declaration
cs-api-definition
public EditCustomDictionaryDialog()
Methods
InitializeComponent()
InitializeComponent
Declaration
cs-api-definition
public void InitializeComponent()
ShowDialog(ICustomWordDictionary, RadRichTextBox)
Shows the dialog.
Declaration
cs-api-definition
public void ShowDialog(ICustomWordDictionary customWordDictionary, RadRichTextBox owner)
Parameters
customWordDictionary
The custom word dictionary to edit.
owner
The owner of the dialog.
Implements