RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Ribbon Namespace / C1RichTextBoxToolStrip Class
Members

In This Topic
    C1RichTextBoxToolStrip Class
    In This Topic
    ToolStrip for RichTextBox control.
    Object Model
    C1RichTextBoxToolStrip Class
    Syntax
    'Declaration
     
    
    Public Class C1RichTextBoxToolStrip 
       Inherits C1.WPF.Ribbon.C1ToolStrip
    public class C1RichTextBoxToolStrip : C1.WPF.Ribbon.C1ToolStrip 
    Remarks
    The inner tools will be automatically bound to the assigned RichTextBox.
    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.ItemsControl
                            C1.WPF.Ribbon.C1ToolStrip
                               C1.WPF.RichTextBox.Ribbon.C1RichTextBoxToolStrip

    See Also