Interface INotesDialog
Provides functionality for showing dialogs for footnotes and endnotes
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Documents.dll
Syntax
public interface INotesDialog
Methods
ShowDialog(NotesDialogContext)
Shows the dialog.
Declaration
void ShowDialog(NotesDialogContext context)
Parameters
NotesDialogContext
context
The notes dialog context. |