Interface
IInsertSymbolWindow

Provides functionality for showing dialogs for inserting symbols.

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public interface IInsertSymbolWindow

Properties

IsOpen

Gets a value indicating whether the dialog is open.

Declaration

cs-api-definition
bool IsOpen { get; }

Property Value

bool

true if the dialog is open; otherwise, false.

Methods

Show(Action<char, FontFamily>, FontFamily, RadRichTextBox)

Shows the dialog.

Declaration

cs-api-definition
void Show(Action<char, FontFamily> insertSymbolCallback, FontFamily initialFont, RadRichTextBox owner)

Parameters

insertSymbolCallback

Action<char, FontFamily>

The callback that will be invoked to insert symbols.

initialFont

FontFamily

The font which symbols will be loaded initially.

owner

RadRichTextBox

The owner of the dialog.