DevZest WPF Docking
AutoHideClient Class |
Represents the area to display auto-hide DockItem.

SystemObject 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)

The AutoHideClient type exposes the following members.

Name | Description | |
---|---|---|
![]() | AutoHideClient | Initializes a new instance of the AutoHideClient class |

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. |

Name | Description | |
---|---|---|
![]() ![]() | DockControlProperty | Identifies the DockControl dependency property. |
![]() ![]() | SelectedItemProperty | Identifies the SelectedItem dependency property. |

Use 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.
