ToolWindowTab Class

DevZest WPF Docking

ToolWindowTab Class
Represents the tab in the tool window.
Inheritance Hierarchy
SystemObject  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              System.Windows.ControlsContentControl
                DevZest.Windows.Docking.PrimitivesDockWindowTab
                  DevZest.Windows.Docking.PrimitivesToolWindowTab

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

The ToolWindowTab type exposes the following members.

Constructors
  NameDescription
Public methodToolWindowTab
Initializes a new instance of the ToolWindowTab class
Top
Properties
  NameDescription
Public propertyDoubleClickCommand
Gets or sets the double click command being invoked. This is a dependency property.
(Inherited from DockWindowTab.)
Public propertyIsContentTrimmed
Gets a value indicates whether the displaying content is trimmed. This is a dependency property.
(Inherited from DockWindowTab.)
Top
Remarks
ToolWindowTab is the item container of ToolWindowTabStrip. Its Content property is set to a instance of DockItem object.
See Also