Interface IInsertTableOfContentsDialog
Represents the dialog interface for inserting a table of contents.
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public interface IInsertTableOfContentsDialog
Methods
Show(InsertTableOfContentsDialogContext, RadRichTextBox)
Declaration
void Show(InsertTableOfContentsDialogContext context, RadRichTextBox owner)
Parameters
InsertTableOfContentsDialogContext
context
|
RadRichTextBox
owner
|