ISetNumberingValueDialog
Interface
Represents a dialog for setting numbering values in the Telerik document UI extensibility.
Definition
Namespace:Telerik.Windows.Documents.UI.Extensibility
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public interface ISetNumberingValueDialog
Derived Classes:
Methods
Displays the numbering value dialog for the specified context.
C#
void Show(SetNumberingValueDialogContext context)
The context for the numbering value dialog, containing the necessary information to configure the dialog.