Interface IManageBibliographicSourcesDialog
Represents the contract for managing bibliographic sources in the dialog interface.
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public interface IManageBibliographicSourcesDialog
Methods
Show(ManageBibliographicSourcesDialogContext)
Displays the bibliographic sources dialog to manage bibliography sources.
Declaration
void Show(ManageBibliographicSourcesDialogContext context)
Parameters
ManageBibliographicSourcesDialogContext
context
The context that provides necessary information and settings for the dialog display. |