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

In This Topic
    C1ToolbarToggleButton Class
    In This Topic
    C1ToolbarButton control represents a toggle button on the C1ToobarStrip.
    Object Model
    C1ToolbarToggleButton Class
    Syntax
    'Declaration
     
    
    Public Class C1ToolbarToggleButton 
       Inherits System.Windows.Controls.Primitives.ToggleButton
    public class C1ToolbarToggleButton : System.Windows.Controls.Primitives.ToggleButton 
    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.Primitives.ToggleButton
                            C1.Silverlight.Toolbar.C1ToolbarToggleButton

    See Also