ComponentOne Basic Library for WPF and Silverlight
C1HierarchicalPresenter Class
Members 


C1.WPF Namespace : C1HierarchicalPresenter Class
Represents a control that contains multiple items and has a header.
Object Model
C1HierarchicalPresenter Class
Syntax
'Declaration
 
<System.Windows.TemplatePartAttribute(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)>
<System.Windows.TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Disabled", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
Public Class C1HierarchicalPresenter 
   Inherits System.Windows.Controls.ItemsControl
'Usage
 
Dim instance As C1HierarchicalPresenter
[System.Windows.TemplatePart(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)]
[System.Windows.TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Normal", GroupName="CommonStates")]
public class C1HierarchicalPresenter : System.Windows.Controls.ItemsControl 
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.C1MenuItem
                           C1.WPF.C1TreeView
                           C1.WPF.C1TreeViewItem

See Also

Reference

C1HierarchicalPresenter Members
C1.WPF Namespace