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