WindowSwitcher Class

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

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public sealed class WindowSwitcher : Control
Public NotInheritable Class WindowSwitcher
	Inherits Control

The WindowSwitcher type exposes the following members.

Properties
  NameDescription
Public propertyActiveDocuments
Gets a collection of document DockItem objects, in the order of activation.
Public propertyActiveToolWindows
Gets a collection of tool window DockItem objects, in the order of activation.
Public propertyDockControl
Gets the DockControl object associated with this WindowSwitcher. This is a dependency property.
Top
Methods
  NameDescription
Public methodStatic memberGetHotkey
Gets the value of Hotkey attached property from a given DockControl.
Public methodStatic memberSetHotkey
Sets the value of [P:DevZest.Windows.Docking.Primitives..WindowSwitcher.Hotkey] attached property for a given DockControl.
Top
Fields
  NameDescription
Public fieldStatic memberDockControlProperty
Identifies the DockControl dependency property.
Public fieldStatic memberHotkeyProperty
Identifies the Hotkey attached property.
Top
Attached Properties
  NameDescription
Public attached propertyHotkey
Gets a value indicates the key combination that will activate the window switcher for a given DockControl.
Top
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