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

In This Topic
    C1TableWidthTool Class
    In This Topic
    Control that modifies the width of a table in a C1RichTextBox.
    Object Model
    C1TableWidthTool Class
    Syntax
    'Declaration
     
    
    Public Class C1TableWidthTool 
       Inherits C1LengthTool
       Implements IUpdateableTool 
    public class C1TableWidthTool : C1LengthTool, 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
                         C1.WPF.RichTextBox.C1LengthTool
                            C1.WPF.RichTextBox.C1TableWidthTool

    See Also