SectionColumnsDialog
Class
Represents the default SectionColumnsDialog.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class SectionColumnsDialog : SectionColumnsDialogBase, INotifyLayoutChange, IDragAware, ISectionColumnsDialog, IComponentConnector
Inheritance: objectWindowBaseRadWindowRadRichTextBoxWindowSectionColumnsDialogBaseSectionColumnsDialog...
Implements:
Inherited Members
Constructors
Initialize a new instance of SectionColumnsDialog class.
C#
public SectionColumnsDialog()
Methods
InitializeComponent
C#
public void InitializeComponent()
Shows the SectionColumnsDialog.
C#
public void ShowDialog(SectionColumnsDialogContext context)
The context which encapsulate the parameters needed for shown the dialog.
Implements: