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

In This Topic
    C1MenuTool Class
    In This Topic
    This tools groups a set of Tools and display them as a drop-down menu.
    Object Model
    C1MenuTool ClassToolTemplateSettings ClassMenuToolCollection Class
    Syntax
    'Declaration
     
    
    Public Class C1MenuTool 
       Inherits C1DropDownTool
    public class C1MenuTool : C1DropDownTool 
    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.C1DropDownTool
                                  C1.WPF.Ribbon.C1MenuTool

    See Also