Class InsertCrossReferenceWindow
Default InsertCrossReferenceWindow
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class InsertCrossReferenceWindow : RadRichTextBoxWindow, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IThemable, IInsertCrossReferenceWindow, IComponentConnector
Constructors
InsertCrossReferenceWindow()
Initializes a new instance of the RadInsertSymbolDialog class.
Declaration
public InsertCrossReferenceWindow()
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnClosed(WindowClosedEventArgs)
Declaration
protected override void OnClosed(WindowClosedEventArgs args)
Parameters
WindowClosedEventArgs
args
|
Overrides
Show(InsertCrossReferenceWindowContext, RadRichTextBox)
Declaration
public void Show(InsertCrossReferenceWindowContext context, RadRichTextBox owner)
Parameters
InsertCrossReferenceWindowContext
context
|
RadRichTextBox
owner
|