[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1InsertTableGrid

C1InsertTableGrid Class

A helper control for C1InsertTableTool.

Namespace: C1.WPF.RichTextBox
Assembly: C1.WPF.RichTextBox.Toolbar.4.6.2.dll
Syntax
[TemplatePart(Name = "TableGrid", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "ConvertText", Type = typeof(ButtonBase))]
public class C1InsertTableGrid : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient

Constructors

Name Description
C1InsertTableGrid()

Initializes a new instance of a C1InsertTableGrid.

Fields

Name Description
CellSizeProperty

Identifies the CellSize dependency property.

ColumnsProperty

Identifies the Columns dependency property.

DropDownProperty

Identifies the DropDown dependency property.

RichTextBoxProperty

Identifies the RichTextBox dependency property.

RowsProperty

Identifies the Rows dependency property.

Properties

Name Description
CellSize

Gets or sets the size of cell in the dropdown.

Columns

Gets or sets the initial number of columns in the cell grid.

DropDown

Gets or sets the dropdown of this tool.

RichTextBox

Gets or sets the C1RichTextBox associated with this tool.

Rows

Gets or sets the initial number of rows in the cell grid.

Methods

Name Description
OnApplyTemplate()

Builds the visual tree for the C1InsertTableGrid control when a new template is applied.

OnKeyDown(KeyEventArgs)