List of menu items. This list can be set as the content of a dropdown to make a drop down list.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public class C1MenuList : C1Menu
Visual Basic
Public Class C1MenuList _
	Inherits C1Menu

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..::..C1HierarchicalPresenter
                  C1.WPF..::..C1Menu
                    C1.WPF..::..C1MenuList

See Also