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

In This Topic
    C1DropDownTool Class
    In This Topic
    This control represents a drop-down button, with a Content element.
    Object Model
    C1DropDownTool ClassToolTemplateSettings Class
    Syntax
    'Declaration
     
    
    Public Class C1DropDownTool 
       Inherits C1Tool
    public class C1DropDownTool : C1Tool 
    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