Interface IInsertSymbolWindow
Provides functionality for showing dialogs for inserting symbols.
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Documents.dll
Syntax
public interface IInsertSymbolWindow
Properties
IsOpen
Gets a value indicating whether the dialog is open.
Declaration
bool IsOpen { get; }
Property Value
System.Boolean
|
Methods
Show(Action<Char, FontFamily>, FontFamily, RadRichTextBox)
Shows the dialog.
Declaration
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. |