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

In This Topic
    ToolMenuItem Class
    In This Topic
    Menu item used in C1MenuTool.
    Object Model
    ToolMenuItem ClassC1Tool Class
    Syntax
    'Declaration
     
    
    Public Class ToolMenuItem 
       Inherits C1.WPF.Menu.C1MenuItem
    public class ToolMenuItem : C1.WPF.Menu.C1MenuItem 
    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.ItemsControl
                            C1.WPF.Core.C1ItemsControl
                               C1.WPF.Core.C1HierarchicalPresenter
                                  C1.WPF.Menu.C1MenuItem
                                     C1.WPF.Ribbon.ToolMenuItem
                                        C1.WPF.Ribbon.DropDownToolMenuItem

    See Also