DocumentTabPanel Class

DevZest WPF Docking

DocumentTabPanel Class
Arranges the document tabs.
Inheritance Hierarchy
SystemObject  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsPanel
              DevZest.Windows.Docking.PrimitivesDocumentTabPanel

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public class DocumentTabPanel : Panel
Public Class DocumentTabPanel
	Inherits Panel

The DocumentTabPanel type exposes the following members.

Constructors
  NameDescription
Public methodDocumentTabPanel
Initializes a new instance of the DocumentTabPanel class
Top
Remarks
Use DocumentTabPanel as ItemsPanel of DocumentTabStrip.
See Also