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 EditCustomDictionaryDialog class.
Declaration
public EditCustomDictionaryDialog()
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
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.EventArgs
e
|
Overrides
ProcessCmdKey(ref Message, Keys)
Declaration
protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
Parameters
System.Windows.Forms.Message
msg
|
System.Windows.Forms.Keys
keyData
|
Returns
System.Boolean
|
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. |