Class RadInsertSymbolDialog
Default window for inserting symbols in RadRichTextBox.
Inheritance
System.Object
RadInsertSymbolDialog
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class RadInsertSymbolDialog : RadRichTextBoxWindow, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IWindow, IInsertSymbolWindow
Constructors
RadInsertSymbolDialog()
Initializes a new instance of the RadInsertSymbolDialog class.
Declaration
public RadInsertSymbolDialog()
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnClosed(WindowClosedEventArgs)
Declaration
protected override void OnClosed(WindowClosedEventArgs args)
Parameters
WindowClosedEventArgs
args
|
Overrides
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, System.Windows.Media.FontFamily>
insertSymbolCallback
The callback that will be invoked to insert symbols. |
System.Windows.Media.FontFamily
initialFont
The font which symbols will be loaded initially. |
RadRichTextBox
owner
The owner of the dialog. |
Implements
Explicit Interface Implementations
IInsertSymbolWindow.get_IsOpen()
Declaration
bool IInsertSymbolWindow.get_IsOpen()
Returns
System.Boolean
|
Implements
Telerik.Windows.Documents.UI.Extensibility.IInsertSymbolWindow.get_IsOpen()