AutoHideWindow Class
From DevZest WPF Docking
DevZest WPF Docking
| AutoHideWindow Class |
Represents the window to display the selected auto-hide DockItem.
SystemObject System.Windows.ThreadingDispatcherObject
System.WindowsDependencyObject
System.Windows.MediaVisual
System.WindowsUIElement
System.WindowsFrameworkElement
System.Windows.ControlsControl
System.Windows.ControlsContentControl
DevZest.Windows.Docking.PrimitivesAutoHideWindow
System.WindowsDependencyObject
System.Windows.MediaVisual
System.WindowsUIElement
System.WindowsFrameworkElement
System.Windows.ControlsControl
System.Windows.ControlsContentControl
DevZest.Windows.Docking.PrimitivesAutoHideWindow
Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
The AutoHideWindow type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoHideWindow | Initializes a new instance of the AutoHideWindow class |
| Name | Description | |
|---|---|---|
| DoubleClickCommand | Gets or sets the double click command being invoked. This is a dependency property. |
| Name | Description | |
|---|---|---|
| DoubleClickCommandProperty | Identifies the DoubleClickCommand dependency property. |
AutoHideWindow is used in the control template of AutoHideClient.
The Content property is bind to the SelectedAutoHideItem property of
DockControl.