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

In This Topic
    C1HeaderedContentControl Class
    In This Topic
    Provides the base implementation for all controls that contain single content and have a header.
    Object Model
    C1HeaderedContentControl Class
    Syntax
    'Declaration
     
    
    <TemplateVisualStateAttribute(Name="Disabled", GroupName="CommonStates")>
    <TemplatePartAttribute(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)>
    <ContentPropertyAttribute("Content", True)>
    Public Class C1HeaderedContentControl 
       Inherits System.Windows.Controls.ContentControl
    [TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
    [TemplatePart(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)]
    [ContentProperty("Content", true)]
    public class C1HeaderedContentControl : System.Windows.Controls.ContentControl 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.ContentControl
                      C1.Silverlight.C1HeaderedContentControl
                         C1.Silverlight.C1DropDownButton
                         C1.Silverlight.C1Window

    See Also