ComponentOne Basic Library for WPF and Silverlight
C1HeaderedContentControl Class
Members 


C1.Silverlight Namespace : C1HeaderedContentControl Class
Provides the base implementation for all controls that contain single content and have a header.
Object Model
C1HeaderedContentControl Class
Syntax
'Declaration
 
<System.Windows.TemplateVisualStateAttribute(Name="Disabled", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
<System.Windows.TemplatePartAttribute(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)>
Public Class C1HeaderedContentControl 
   Inherits System.Windows.Controls.ContentControl
'Usage
 
Dim instance As C1HeaderedContentControl
[System.Windows.TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Normal", GroupName="CommonStates")]
[System.Windows.TemplatePart(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)]
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

Reference

C1HeaderedContentControl Members
C1.Silverlight Namespace