New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinForms.Documents.UI.Extensibility

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class InsertTableDialogContext

Inheritance: objectInsertTableDialogContext

Constructors

Initializes a new instance of the InsertTableDialogContext class.

C#
public InsertTableDialogContext(Action<int, int, bool> insertTableCallback, RadRichTextBox owner)
Parameters:insertTableCallbackAction<int, int, bool>

The insert table callback. First parameter specifies rows; second parameter specifies columns; the third parameter specifies if paragraphs should be inserted before table when it is in the start of block container.

ownerRadRichTextBox

The owner of the dialog.

Properties

C#
public Action<int, int, bool> InsertTableCallback { get; }
C#
public RadRichTextBox Owner { get; }