DocumentTab Class
From DevZest WPF Docking
DevZest WPF Docking
| DocumentTab Class |
Represents the tab in the document window.
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.PrimitivesDocumentTab
System.WindowsDependencyObject
System.Windows.MediaVisual
System.WindowsUIElement
System.WindowsFrameworkElement
System.Windows.ControlsControl
System.Windows.ControlsContentControl
DevZest.Windows.Docking.PrimitivesDockWindowTab
DevZest.Windows.Docking.PrimitivesDocumentTab
Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
The DocumentTab type exposes the following members.
| Name | Description | |
|---|---|---|
| DocumentTab | Initializes a new instance of the DocumentTab class |
| Name | Description | |
|---|---|---|
| DoubleClickCommand | Gets or sets the double click command being invoked. This is a dependency property. (Inherited from DockWindowTab.) | |
| IsContentTrimmed | Gets a value indicates whether the displaying content is trimmed. This is a dependency property. (Inherited from DockWindowTab.) |
| Name | Description | |
|---|---|---|
| GetShowsIcon | Gets the value of ShowsIcon attached property
from a given DockControl. | |
| SetShowsIcon | Sets the value of ShowsIcon attached property
for a given DockControl. |
| Name | Description | |
|---|---|---|
| ShowsIconProperty | Identifies the ShowsIcon attached property. |
| Name | Description | |
|---|---|---|
| ShowsIcon | Gets or sets the value that indicates whether the document tab icon should be displayed. |
DocumentTab is the item container of DocumentTabStrip. Its Content
property is set to a instance of DockItem object.