Default InsertCrossReferenceWindow
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class InsertCrossReferenceWindow : RadRichTextBoxWindow, INotifyLayoutChange, IDragAware, IInsertCrossReferenceWindow, IComponentConnector
Inheritance: objectWindowBaseRadWindowRadRichTextBoxWindowInsertCrossReferenceWindow
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadInsertSymbolDialog class.
C#
public InsertCrossReferenceWindow()
Methods
InitializeComponent
C#
public void InitializeComponent()
Raises the event.
C#
protected override void OnClosed(WindowClosedEventArgs args)
The WindowClosedEventArgs instance containing the event data.
Overrides:
C#
public void Show(InsertCrossReferenceWindowContext context, RadRichTextBox owner)
Implements: