ToolWindowTabStrip Class

DevZest WPF Docking

ToolWindowTabStrip Class
Represents the strip of tool window tabs.
Inheritance Hierarchy
SystemObject  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              System.Windows.ControlsItemsControl
                DevZest.Windows.Docking.PrimitivesToolWindowTabStrip

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

The ToolWindowTabStrip type exposes the following members.

Constructors
  NameDescription
Public methodToolWindowTabStrip
Initializes a new instance of the ToolWindowTabStrip class
Top
Remarks

Use the ToolWindowTabStrip class in the control template of ToolWindow class. Bind ItemsSource property to the VisibleItems property of DockPane.

The item container of ToolWindowTabStrip is ToolWindowTab.

See Also