ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1Window Class
Members

In This Topic
    C1Window Class
    In This Topic
    Object Model
    C1Window Class
    Syntax
    'Declaration
     
    Public Class C1Window 
       Inherits C1.WPF.Core.C1HeaderedContentControl
    public class C1Window : C1.WPF.Core.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.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.Core.C1HeaderedContentControl
                               C1.WPF.Docking.C1Window
                                  C1.WPF.Docking.C1DockWindow

    See Also