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

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

    See Also