Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1MenuItem Class
Members

In This Topic
    C1MenuItem Class
    In This Topic
    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
    [TemplateVisualState(Name="Highlighted", GroupName="HighlightedStates")]
    [TemplatePart(Name="SubItemsPresenter", Type=System.Windows.Controls.ItemsPresenter)]
    [ContentProperty("Items", true)]
    public class C1MenuItem : 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