Class EditCustomDictionaryDialog
Dialog for editing custom dictionaries.
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class EditCustomDictionaryDialog : RadRichTextBoxWindow, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IThemable, IEditCustomDictionaryDialog, IComponentConnector
Constructors
EditCustomDictionaryDialog()
Initializes a new instance of the EditCustomDictionaryDialog class.
Declaration
public EditCustomDictionaryDialog()
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
ShowDialog(ICustomWordDictionary, RadRichTextBox)
Shows the dialog.
Declaration
public void ShowDialog(ICustomWordDictionary customWordDictionary, RadRichTextBox owner)
Parameters
ICustomWordDictionary
customWordDictionary
The custom word dictionary to edit. |
RadRichTextBox
owner
The owner of the dialog. |