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

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

Syntax

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

See Also