Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / C1ToolSeparator Class
Members

In This Topic
    C1ToolSeparator Class
    In This Topic
    This class is used to separate tools in C1Ribbon or C1ToolStrip.
    Syntax
    'Declaration
     
    
    Public Class C1ToolSeparator 
       Inherits System.Windows.Controls.Control
    public class C1ToolSeparator : System.Windows.Controls.Control 
    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.Ribbon.C1ToolSeparator

    See Also