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

In This Topic
    C1DockWindow Class
    In This Topic
    Internal class. Override the style with the WindowStyle property.
    Object Model
    C1DockWindow Class
    Syntax
    'Declaration
     
    Public Class C1DockWindow 
       Inherits C1.WPF.C1Window
    public class C1DockWindow : C1.WPF.C1Window 
    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.C1Window
                                  C1.WPF.Docking.C1DockWindow

    See Also