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

In This Topic
    DropDownToolMenuItem Class
    In This Topic
    Drop-down menu item used in C1MenuTool.
    Object Model
    DropDownToolMenuItem ClassC1Tool Class
    Syntax
    'Declaration
     
    
    Public Class DropDownToolMenuItem 
       Inherits ToolMenuItem
    public class DropDownToolMenuItem : ToolMenuItem 
    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