ClassInsertTableDialogContext
Class
Definition
Namespace:Telerik.WinForms.Documents.UI.Extensibility
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class InsertTableDialogContext
Inheritance: objectInsertTableDialogContext
Constructors
InsertTableDialogContext(Action<int, int, bool>, RadRichTextBox)
Initializes a new instance of the InsertTableDialogContext class.
Declaration
cs-api-definition
public InsertTableDialogContext(Action<int, int, bool> insertTableCallback, RadRichTextBox owner)
Parameters
insertTableCallback
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.
owner
The owner of the dialog.