Interface ISectionColumnsDialog
Defines the basic functionality of the SectionColumnsDialog.
Namespace: Telerik.WinForms.Documents.UI.Extensibility
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public interface ISectionColumnsDialog
Methods
ShowDialog(SectionColumnsDialogContext)
Show the dialog.
Declaration
void ShowDialog(SectionColumnsDialogContext context)
Parameters
SectionColumnsDialogContext
context
The context which encapsulate the parameters needed for shown the dialog. |