In This Article

SimpleSwitcher Class

Implements a SwitcherBase that has no user interface and simply processes keystrokes.

public class SimpleSwitcher : SwitcherBase, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient
Inheritance:
System.Object System.Windows.Threading.DispatcherObject System.Windows.DependencyObject System.Windows.Media.Visual System.Windows.UIElement System.Windows.FrameworkElement System.Windows.Controls.Control SwitcherBase Object

Constructors

SimpleSwitcher()

Initializes a new instance of the SimpleSwitcher class.

public SimpleSwitcher()

Methods

OnSelectedWindowChanged(DockingWindow, DockingWindow)

Occurs when the SelectedWindow property is changed.

protected override void OnSelectedWindowChanged(DockingWindow oldValue, DockingWindow newValue)
Parameter Type Description
oldValue DockingWindow

The old value.

newValue DockingWindow

The new value.

Inherited Members

Extension Methods