Method GetHotkey
| Improve this Doc View SourceGetHotkey(DockControl)
Gets the value of DevZest.Windows.Docking.Primitives.WindowSwitcher.Hotkey attached property from a given DockControl.
Declaration
public static KeyGesture GetHotkey(DockControl dockControl)
Parameters
| Type | Name | Description |
|---|---|---|
| DockControl | dockControl | The DockControl from which to read the property value. |
Returns
| Type | Description |
|---|---|
| System.Windows.Input.KeyGesture | The value of DevZest.Windows.Docking.Primitives.WindowSwitcher.Hotkey attached property. |