DevZest WPF Docking
WindowSwitcher Class |
Switches between DockItem windows.
Inheritance Hierarchy
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)
Syntax
The WindowSwitcher type exposes the following members.
Properties
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. |
Methods
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. |
Fields
Name | Description | |
---|---|---|
DockControlProperty | Identifies the DockControl dependency property. | |
HotkeyProperty | Identifies the Hotkey attached property. |
Attached Properties
Name | Description | |
---|---|---|
Hotkey | Gets a value indicates the key combination that will activate the window switcher for a given DockControl. |
Remarks
The switcher will be activated when the keyboard combination, that the KeyGesture value set to
DockControl object's Hotkey attached property, is pressed.
See Also