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.Boolean
|
Implements
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()
OnClosing(CancelEventArgs)
Declaration
protected override void OnClosing(CancelEventArgs e)
Parameters
System.ComponentModel.CancelEventArgs
e
|
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
|
Show(Action<Char, FontFamily>, FontFamily, RadRichTextBox)
Shows the dialog.
Declaration
public void Show(Action<char, FontFamily> insertSymbolCallback, FontFamily initialFont, RadRichTextBox owner)
Parameters
System.Action<System.Char, FontFamily>
insertSymbolCallback
The callback that will be invoked to insert symbols. |
FontFamily
initialFont
The font which symbols will be loaded initially. |
RadRichTextBox
owner
The owner of the dialog. |