
'Declaration
<TemplatePartAttribute(Name="Content", Type=System.Windows.FrameworkElement)> <TemplateVisualStateAttribute(Name="Closed", GroupName="OpenStates")> <ContentPropertyAttribute("Content", True)> Public Class C1Window Inherits C1HeaderedContentControl
[TemplatePart(Name="Content", Type=System.Windows.FrameworkElement)] [TemplateVisualState(Name="Closed", GroupName="OpenStates")] [ContentProperty("Content", true)] public class C1Window : C1HeaderedContentControl
System.Object
System.Windows.DependencyObject
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.ContentControl
C1.Silverlight.C1HeaderedContentControl
C1.Silverlight.C1Window