Componentone Toolbar for WPF and Silverlight
C1.WPF.Toolbar Namespace / C1ToolbarGroup Class
Members

In This Topic
    C1ToolbarGroup Class
    In This Topic
    C1ToolbarGroup control represents toolbar group that contains one or more toolbar strips.
    Object Model
    C1ToolbarGroup Class
    Syntax
    'Declaration
     
    
    Public Class C1ToolbarGroup 
       Inherits System.Windows.Controls.ItemsControl
    public class C1ToolbarGroup : System.Windows.Controls.ItemsControl 
    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.Toolbar.C1ToolbarGroup
                               C1.WPF.Toolbar.C1SimplifiedRibbonGroup

    See Also