Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / C1Tool Class
Members

In This Topic
    C1Tool Class
    In This Topic
    C1Tool represents the base abstract class for different tools like C1ButtonTool, C1ToggleButtonTool, C1DropDownTool, C1ContentControlTool.
    Object Model
    C1Tool ClassToolTemplateSettings Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class C1Tool 
       Inherits C1.WPF.Core.C1View
    public abstract class C1Tool : C1.WPF.Core.C1View 
    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
                         C1.WPF.Core.C1View
                            C1.WPF.Ribbon.C1Tool
                               C1.WPF.Ribbon.C1ButtonTool
                               C1.WPF.Ribbon.C1ContentControlTool
                               C1.WPF.Ribbon.C1DropDownTool
                               C1.WPF.Ribbon.C1SelectTool
                               C1.WPF.Ribbon.C1ToggleButtonTool

    See Also