A helper control for C1InsertTableTool.

Namespace:  C1.Silverlight.RichTextBox
Assembly:  C1.Silverlight.RichTextBox.Toolbar (in C1.Silverlight.RichTextBox.Toolbar.dll)

Syntax

C#
[TemplatePartAttribute(Name = "ConvertText", Type = typeof(ButtonBase))]
[TemplatePartAttribute(Name = "TableGrid", Type = typeof(FrameworkElement))]
public class C1InsertTableGrid : Control
Visual Basic
<TemplatePartAttribute(Name := "ConvertText", Type := GetType(ButtonBase))> _
<TemplatePartAttribute(Name := "TableGrid", Type := GetType(FrameworkElement))> _
Public Class C1InsertTableGrid _
	Inherits Control

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          C1.Silverlight.RichTextBox..::..C1InsertTableGrid

See Also