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

In This Topic
    ToolStripPanel Class
    In This Topic
    This is the main panel that show the visible (non-overflow) items.
    Syntax
    'Declaration
     
    
    Public Class ToolStripPanel 
       Inherits System.Windows.Controls.VirtualizingPanel
    public class ToolStripPanel : System.Windows.Controls.VirtualizingPanel 
    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
                         System.Windows.Controls.VirtualizingPanel
                            C1.WPF.Ribbon.ToolStripPanel

    See Also