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