Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1Window Class
Members

In This Topic
    C1Window Class
    In This Topic
    Shows content in a window inside Silverlight.
    Object Model
    C1Window Class
    Syntax
    '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 
    Remarks
    This control should not be added as the child of another control. It can either be opened as a System.Windows.Controls.Primitives.Popup by calling the Show method or displayed inside a Canvas by using the Canvas property.
    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.C1Window

    See Also