C1HeaderedContentControl Class
In This Topic
Provides the base implementation for all controls that contain single content and have a header.
Syntax
'Declaration
<LicenseProviderAttribute()>
<TemplatePartAttribute(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)>
<TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")>
<DefaultPropertyAttribute("Content")>
<ContentPropertyAttribute("Content")>
<LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
<StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
<XmlLangPropertyAttribute("Language")>
<UsableDuringInitializationAttribute(True)>
<RuntimeNamePropertyAttribute("Name")>
<UidPropertyAttribute("Uid")>
<TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
<NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Public Class C1HeaderedContentControl
Inherits System.Windows.Controls.ContentControl
[LicenseProvider()]
[TemplatePart(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)]
[TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[DefaultProperty("Content")]
[ContentProperty("Content")]
[Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class C1HeaderedContentControl : System.Windows.Controls.ContentControl
[LicenseProvider()]
[TemplatePart(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)]
[TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[DefaultProperty("Content")]
[ContentProperty("Content")]
[Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public ref class C1HeaderedContentControl : public System.Windows.Controls.ContentControl
Inheritance Hierarchy
See Also