DevZest WPF Docking
WindowSwitcherSetHotkey Method |
Sets the value of [P:DevZest.Windows.Docking.Primitives..WindowSwitcher.Hotkey] attached property
for a given DockControl.
Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public static void SetHotkey( DockControl dockControl, KeyGesture value )
Public Shared Sub SetHotkey ( dockControl As DockControl, value As KeyGesture )
Parameters
- dockControl
- Type: DevZest.Windows.DockingDockControl
The DockControl on which to set the property value. - value
- Type: System.Windows.InputKeyGesture
The property value to set.
See Also