Toolbar dropdown for selecting table cells, rows and columns in a C1RichTextBox.

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

Syntax

C#
public class C1SelectTableTool : C1ToolbarDropDown, 
	IUpdateableTool
Visual Basic
Public Class C1SelectTableTool _
	Inherits C1ToolbarDropDown _
	Implements IUpdateableTool

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            C1HeaderedContentControl
              C1DropDownButton
                C1DropDown
                  C1ToolbarDropDown
                    C1.Silverlight.RichTextBox..::..C1SelectTableTool

See Also