Provides the base implementation for all controls that contain single content and have a header.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
[TemplatePartAttribute(Name = "HeaderPresenter", Type = typeof(ContentPresenter))] [TemplateVisualStateAttribute(Name = "Normal", GroupName = "CommonStates")] [TemplateVisualStateAttribute(Name = "MouseOver", GroupName = "CommonStates")] [TemplateVisualStateAttribute(Name = "Disabled", GroupName = "CommonStates")] 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")> _ 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
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