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

In This Topic
    C1ToolbarButton Class
    In This Topic
    C1ToolbarButton control represents a button on the C1ToobarStrip.
    Object Model
    C1ToolbarButton Class
    Syntax
    'Declaration
     
    
    Public Class C1ToolbarButton 
       Inherits System.Windows.Controls.Button
    public class C1ToolbarButton : System.Windows.Controls.Button 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.ContentControl
                      System.Windows.Controls.Primitives.ButtonBase
                         System.Windows.Controls.Button
                            C1.Silverlight.Toolbar.C1ToolbarButton

    See Also