Class EditCustomDictionaryDialog
Inherited Members
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class EditCustomDictionaryDialog : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IEditCustomDictionaryDialog
Constructors
EditCustomDictionaryDialog()
Initializes a new instance of the Edit
Declaration
public EditCustomDictionaryDialog()
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System. true if managed resources should be disposed; otherwise, false. |
Overrides
LocalizeStrings()
Declaration
protected virtual void LocalizeStrings()
OnShown(EventArgs)
Declaration
protected override void OnShown(EventArgs e)
Parameters
System.
|
Overrides
ProcessCmdKey(ref Message, Keys)
Declaration
protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
Parameters
System.
|
System.
|
Returns
System.
|
ShowDialog(ICustomWordDictionary, RadRichTextBox)
Shows the dialog.
Declaration
public void ShowDialog(ICustomWordDictionary customWordDictionary, RadRichTextBox owner)
Parameters
ICustom The custom word dictionary to edit. |
Rad The owner of the dialog. |