Componentone Toolbar for WPF and Silverlight
C1.Silverlight.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.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.ItemsControl
                      C1.Silverlight.Toolbar.C1ToolbarStrip

    See Also