Core Library for WPF | ComponentOne
C1.WPF.Core 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
     
    
    <C1ControlAttribute(NeedsInitializeStatic=True, GenerateCommonApi=True)>
    <C1TemplatePartAttribute(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)>
    <TemplatePartAttribute(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)>
    <TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
    <DefaultPropertyAttribute("Content")>
    <LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
    <ContentPropertyAttribute("Content")>
    <RuntimeNamePropertyAttribute("Name")>
    <UsableDuringInitializationAttribute(True)>
    <XmlLangPropertyAttribute("Language")>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <UidPropertyAttribute("Uid")>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1HeaderedContentControl 
       Inherits System.Windows.Controls.ContentControl
    [C1Control(NeedsInitializeStatic=true, GenerateCommonApi=true)]
    [C1TemplatePart(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)]
    [TemplatePart(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)]
    [TemplateVisualState(Name="Normal", GroupName="CommonStates")]
    [DefaultProperty("Content")]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [ContentProperty("Content")]
    [RuntimeNameProperty("Name")]
    [UsableDuringInitialization(true)]
    [XmlLangProperty("Language")]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [UidProperty("Uid")]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class C1HeaderedContentControl : System.Windows.Controls.ContentControl 
    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.ContentControl
                            C1.WPF.Core.C1HeaderedContentControl

    See Also