Represents a dialog window that enables users to insert symbols into a RadRichTextBox. This window allows the selection of symbols from a predefined set and specifies the font in which the symbols will be inserted. The dialog is part of the user interface and can be invoked by other components to facilitate symbol insertion functionality. It provides an easy way to interactively select symbols and insert them into the rich text box.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class RadInsertSymbolDialog : RadRichTextBoxWindow, INotifyLayoutChange, IDragAware, IInsertSymbolWindow, IComponentConnector
Inheritance: objectWindowBaseRadWindowRadRichTextBoxWindowRadInsertSymbolDialog
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadInsertSymbolDialog class.
public RadInsertSymbolDialog()
Methods
InitializeComponent
public void InitializeComponent()
Raises the event.
protected override void OnClosed(WindowClosedEventArgs args)
The WindowClosedEventArgs instance containing the event data.
Overrides:
Shows the dialog.
public void Show(Action<char, FontFamily> insertSymbolCallback, FontFamily initialFont, RadRichTextBox owner)
The callback that will be invoked to insert symbols.
initialFontFontFamilyThe font which symbols will be loaded initially.
ownerRadRichTextBoxThe owner of the dialog.
Implements: