ComponentOne Basic Library for WPF and Silverlight
C1HeaderedContentControl Class
Members 


C1.WPF 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.ComponentModel.LicenseProviderAttribute()>
<System.Windows.TemplatePartAttribute(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)>
<System.Windows.TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Disabled", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
Public Class C1HeaderedContentControl 
   Inherits System.Windows.Controls.ContentControl
'Usage
 
Dim instance As C1HeaderedContentControl
[System.ComponentModel.LicenseProvider()]
[System.Windows.TemplatePart(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)]
[System.Windows.TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Normal", GroupName="CommonStates")]
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.C1HeaderedContentControl
                           C1.WPF.C1DropDownButton
                           C1.WPF.C1Window

See Also

Reference

C1HeaderedContentControl Members
C1.WPF Namespace