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

In This Topic
    C1ToolbarItem Class
    In This Topic
    C1Icon for buttons C1ToolbarItem control represents a toolbar item with 3 states Large, Medium, Small. C1ToolbarItem provide APIs to support C1Icon with TextBlock in it's content
    Object Model
    C1ToolbarItem Class
    Syntax
    'Declaration
     
    
    Public Class C1ToolbarItem 
       Inherits System.Windows.Controls.Button
    public class C1ToolbarItem : System.Windows.Controls.Button 
    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.ContentControl
                            System.Windows.Controls.Primitives.ButtonBase
                               System.Windows.Controls.Button
                                  C1.WPF.Toolbar.C1ToolbarItem

    See Also