ComponentOne Basic Library for WPF and Silverlight
C1Menu Class
Members 


C1.WPF Namespace : C1Menu Class
The C1Menu control enables you hierarchically organize elements associated with event handlers.
Object Model
C1Menu Class
Syntax
'Declaration
 
<System.ComponentModel.LicenseProviderAttribute()>
<System.Windows.TemplateVisualStateAttribute(Name="Focused", GroupName="FocusStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Unfocused", GroupName="FocusStates")>
<System.Windows.StyleTypedPropertyAttribute(Property="SeparatorStyle", StyleTargetType=C1.WPF.C1Separator)>
<System.Windows.StyleTypedPropertyAttribute(Property="FirstLevelStyle", StyleTargetType=C1.WPF.C1MenuItem)>
<System.Windows.StyleTypedPropertyAttribute(Property="NonFirstLevelStyle", StyleTargetType=C1.WPF.C1MenuItem)>
Public Class C1Menu 
   Inherits C1HierarchicalPresenter
'Usage
 
Dim instance As C1Menu
[System.ComponentModel.LicenseProvider()]
[System.Windows.TemplateVisualState(Name="Focused", GroupName="FocusStates")]
[System.Windows.TemplateVisualState(Name="Unfocused", GroupName="FocusStates")]
[System.Windows.StyleTypedProperty(Property="SeparatorStyle", StyleTargetType=C1.WPF.C1Separator)]
[System.Windows.StyleTypedProperty(Property="FirstLevelStyle", StyleTargetType=C1.WPF.C1MenuItem)]
[System.Windows.StyleTypedProperty(Property="NonFirstLevelStyle", StyleTargetType=C1.WPF.C1MenuItem)]
public class C1Menu : 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

Reference

C1Menu Members
C1.WPF Namespace