DevZest WPF Docking
| AutoHideClient Class |
Represents the area to display auto-hide DockItem.
Inheritance HierarchySystemObject System.Windows.ThreadingDispatcherObject
System.WindowsDependencyObject
System.Windows.MediaVisual
System.WindowsUIElement
System.WindowsFrameworkElement
System.Windows.ControlsControl
DevZest.Windows.Docking.PrimitivesAutoHideClient
System.WindowsDependencyObject
System.Windows.MediaVisual
System.WindowsUIElement
System.WindowsFrameworkElement
System.Windows.ControlsControl
DevZest.Windows.Docking.PrimitivesAutoHideClient
Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
SyntaxThe AutoHideClient type exposes the following members.
Constructors| Name | Description | |
|---|---|---|
![]() | AutoHideClient | Initializes a new instance of the AutoHideClient class |
Properties| Name | Description | |
|---|---|---|
![]() | DockControl | Gets or sets the DockControl associated with this AutoHideClient. This is a dependency property. |
![]() | SelectedItem | Gets the selected auto-hide DockItem. This is a dependency property. |
Fields| Name | Description | |
|---|---|---|
![]() ![]() | DockControlProperty | Identifies the DockControl dependency property. |
![]() ![]() | SelectedItemProperty | Identifies the SelectedItem dependency property. |
RemarksUse AutoHideClient in control template of DockControl. Bind the DockControl
property to the SelectedAutoHideItem property of DockControl. Setting
IsMouseOverTab attached property on DockItem to keeps this DockItem visible.
See Also


