Class InsertSymbolDialog
Inherited Members
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class InsertSymbolDialog : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IInsertSymbolWindow
Constructors
InsertSymbolDialog()
Properties
IsOpen
Declaration
public bool IsOpen { get; }
Property Value
System.
|
Implements
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()
OnClosing(CancelEventArgs)
Declaration
protected override void OnClosing(CancelEventArgs e)
Parameters
System.
|
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.
|
Show(Action<Char, FontFamily>, FontFamily, RadRichTextBox)
Shows the dialog.
Declaration
public void Show(Action<char, FontFamily> insertSymbolCallback, FontFamily initialFont, RadRichTextBox owner)
Parameters
System. The callback that will be invoked to insert symbols. |
Font The font which symbols will be loaded initially. |
Rad The owner of the dialog. |