Provides the base implementation for all controls that contain single content and have a header.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
[TemplatePartAttribute(Name = "HeaderPresenter", Type = typeof(ContentPresenter))]
[TemplateVisualStateAttribute(Name = "Normal", GroupName = "CommonStates")]
[TemplateVisualStateAttribute(Name = "MouseOver", GroupName = "CommonStates")]
[TemplateVisualStateAttribute(Name = "Disabled", GroupName = "CommonStates")]
[LicenseProviderAttribute]
public class C1HeaderedContentControl : ContentControl
Visual Basic
<TemplatePartAttribute(Name := "HeaderPresenter", Type := GetType(ContentPresenter))> _
<TemplateVisualStateAttribute(Name := "Normal", GroupName := "CommonStates")> _
<TemplateVisualStateAttribute(Name := "MouseOver", GroupName := "CommonStates")> _
<TemplateVisualStateAttribute(Name := "Disabled", GroupName := "CommonStates")> _
<LicenseProviderAttribute> _
Public Class C1HeaderedContentControl _
	Inherits 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..::..C1HeaderedContentControl
                  C1.WPF..::..C1DropDownButton
                  C1.WPF..::..C1Window

See Also