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

In This Topic
    C1ToolbarStrip Class
    In This Topic
    C1ToolbarStrip control represents a strip that contains one or more controls. C1ToolbarStrip can be used alone or as content of toolbar group.
    Object Model
    C1ToolbarStrip Class
    Syntax
    'Declaration
     
    
    Public Class C1ToolbarStrip 
       Inherits System.Windows.Controls.ItemsControl
    public class C1ToolbarStrip : 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.C1ToolbarStrip
                               C1.WPF.Toolbar.C1SimplifiedToolbarStrip

    See Also