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
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
The ToolWindowTabStrip type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ToolWindowTabStrip | Initializes a new instance of the ToolWindowTabStrip class |
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