WindowSwitcher Class
From DevZest WPF Docking
DevZest WPF Docking
| WindowSwitcher Class |
Switches between DockItem windows.
SystemObject System.Windows.ThreadingDispatcherObject
System.WindowsDependencyObject
System.Windows.MediaVisual
System.WindowsUIElement
System.WindowsFrameworkElement
System.Windows.ControlsControl
DevZest.Windows.Docking.PrimitivesWindowSwitcher
System.WindowsDependencyObject
System.Windows.MediaVisual
System.WindowsUIElement
System.WindowsFrameworkElement
System.Windows.ControlsControl
DevZest.Windows.Docking.PrimitivesWindowSwitcher
Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
The WindowSwitcher type exposes the following members.
| Name | Description | |
|---|---|---|
| ActiveDocuments | Gets a collection of document DockItem objects, in the order of activation. | |
| ActiveToolWindows | Gets a collection of tool window DockItem objects, in the order of activation. | |
| DockControl | Gets the DockControl object associated with this WindowSwitcher.
This is a dependency property. |
| Name | Description | |
|---|---|---|
| GetHotkey | Gets the value of Hotkey attached property
from a given DockControl. | |
| SetHotkey | Sets the value of [P:DevZest.Windows.Docking.Primitives..WindowSwitcher.Hotkey] attached property
for a given DockControl. |
| Name | Description | |
|---|---|---|
| DockControlProperty | Identifies the DockControl dependency property. | |
| HotkeyProperty | Identifies the Hotkey attached property. |
| Name | Description | |
|---|---|---|
| Hotkey | Gets a value indicates the key combination that will activate the window switcher for a given DockControl. |
The switcher will be activated when the keyboard combination, that the KeyGesture value set to
DockControl object's Hotkey attached property, is pressed.