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

In This Topic
    C1Toolbar Class
    In This Topic
    C1Toolbar control represents a toolbar that contains the controls consolidated in the toolbar groups. Usually C1Toolbar consists from one or more C1ToolbarGroups.
    Object Model
    C1Toolbar Class
    Syntax
    'Declaration
     
    
    Public Class C1Toolbar 
       Inherits C1ToolbarBase
    public class C1Toolbar : C1ToolbarBase 
    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.C1Toolbar

    See Also