RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1InsertRowsBelowTool Class
Members

In This Topic
    C1InsertRowsBelowTool Class
    In This Topic
    Toolbar button for inserting table rows in a C1RichTextBox.
    Object Model
    C1InsertRowsBelowTool Class
    Syntax
    'Declaration
     
    
    Public Class C1InsertRowsBelowTool 
       Inherits C1ButtonTool
       Implements IUpdateableTool 
    public class C1InsertRowsBelowTool : C1ButtonTool, IUpdateableTool  
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         System.Windows.Controls.ContentControl
                            System.Windows.Controls.Primitives.ButtonBase
                               System.Windows.Controls.Button
                                  C1.WPF.Toolbar.C1ToolbarButton
                                     C1.WPF.RichTextBox.C1ButtonTool
                                        C1.WPF.RichTextBox.C1InsertRowsBelowTool

    See Also