DevZest WPF Docking
AutoHideTab Class |
Represents the auto-hide tab.
Inheritance Hierarchy
SystemObject System.Windows.ThreadingDispatcherObject
System.WindowsDependencyObject
System.Windows.MediaVisual
System.WindowsUIElement
System.WindowsFrameworkElement
System.Windows.ControlsControl
System.Windows.ControlsContentControl
DevZest.Windows.Docking.PrimitivesAutoHideTab
System.WindowsDependencyObject
System.Windows.MediaVisual
System.WindowsUIElement
System.WindowsFrameworkElement
System.Windows.ControlsControl
System.Windows.ControlsContentControl
DevZest.Windows.Docking.PrimitivesAutoHideTab
Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
The AutoHideTab type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AutoHideTab | Initializes a new instance of the AutoHideTab class |
Remarks
AutoHideTab is the item container of AutoHideStrip. Its Content
property is set to a instance of DockItem object.
See Also