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

In This Topic
    RibbonPanel Class
    In This Topic
    Panel that is used for element layout in C1Ribbon.
    Syntax
    'Declaration
     
    
    Public Class RibbonPanel 
       Inherits System.Windows.Controls.Panel
    public class RibbonPanel : System.Windows.Controls.Panel 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Panel
                         C1.WPF.Ribbon.RibbonPanel

    See Also