C1.Silverlight Namespace / C1MenuItem Class
Members

C1MenuItem Class
Represents a selectable item inside a C1Menu control.
Object Model
C1MenuItem Class
Syntax
'Declaration
 
<TemplateVisualStateAttribute(Name="Highlighted", GroupName="HighlightedStates")>
<TemplatePartAttribute(Name="SubItemsPresenter", Type=System.Windows.Controls.ItemsPresenter)>
<ContentPropertyAttribute("Items", True)>
Public Class C1MenuItem 
   Inherits C1HierarchicalPresenter
 
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ItemsControl
                  C1.Silverlight.C1HierarchicalPresenter
                     C1.Silverlight.C1MenuItem

See Also