Manage Bibliographic References Dialog
This dialog allows you to insert and edit bibliographic references in the document.
The insert bibliographic dialog can be opened from the Add New Source option of the Insert Citation drop down button in the References tab of the RadRichTextBoxRibbonUI or via the in the same option in the right-click menu (context menu) of RadRichTextBox
.
The manage bibliographic references can be opened with the Manage Sources button.
Showing the Dialog Manually
The dialogs can be shown by executing the ShowManageBibliographicSourcesDialogCommand
and ShowAddNewBibliographicReferenceDialogCommand
. See how to bind the commands to external buttons in the Commands article.
Executing the show dialog command
this.richTextBox.Commands.ShowManageBibliographicSourcesDialogCommand.Execute(null);
ShowAddNewBibliographicSourceDialog
and ShowManageBibliographicSourcesDialog
methods of RadRichTextBox
.
Using the show dialog method
this.richTextBox.ShowAddNewBibliographicSourceDialog();