ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1Menu Class
Members



In This Topic
    C1Menu Class
    In This Topic
    The C1Menu control enables you hierarchically organize elements associated with event handlers.
    Syntax
    'Declaration
     
    
    <LicenseProviderAttribute()>
    <TemplateVisualStateAttribute(Name="Focused", GroupName="FocusStates")>
    <StyleTypedPropertyAttribute(Property="SeparatorStyle", StyleTargetType=C1.WPF.C1Separator)>
    <TemplatePartAttribute(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)>
    <DefaultEventAttribute("OnItemsChanged")>
    <DefaultPropertyAttribute("Items")>
    <ContentPropertyAttribute("Items")>
    <LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1Menu 
       Inherits C1HierarchicalPresenter
    'Usage
     
    
    Dim instance As C1Menu
    [LicenseProvider()]
    [TemplateVisualState(Name="Focused", GroupName="FocusStates")]
    [StyleTypedProperty(Property="SeparatorStyle", StyleTargetType=C1.WPF.C1Separator)]
    [TemplatePart(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)]
    [DefaultEvent("OnItemsChanged")]
    [DefaultProperty("Items")]
    [ContentProperty("Items")]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class C1Menu : C1HierarchicalPresenter 
    [LicenseProvider()]
    [TemplateVisualState(Name="Focused", GroupName="FocusStates")]
    [StyleTypedProperty(Property="SeparatorStyle", StyleTargetType=C1.WPF.C1Separator)]
    [TemplatePart(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)]
    [DefaultEvent("OnItemsChanged")]
    [DefaultProperty("Items")]
    [ContentProperty("Items")]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class C1Menu : public C1HierarchicalPresenter 
    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