ToolWindowTabPanel Class

DevZest WPF Docking

ToolWindowTabPanel Class
Arranges the tool window tabs.
Inheritance Hierarchy
SystemObject  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsPanel
              DevZest.Windows.Docking.PrimitivesToolWindowTabPanel

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

The ToolWindowTabPanel type exposes the following members.

Constructors
  NameDescription
Public methodToolWindowTabPanel
Initializes a new instance of the ToolWindowTabPanel class
Top
Remarks
Use ToolWindowTabPanel as ItemsPanel of ToolWindowTabStrip.
See Also