Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
IKeyboardManager Interface
NamespacesGenesyslab.Desktop.Infrastructure.InputsIKeyboardManager
This manager helps to deal with the WPF keyboard.
Declaration Syntax
C#Visual BasicVisual C++
public interface IKeyboardManager
Public Interface IKeyboardManager
public interface class IKeyboardManager
Members
All MembersMethods



IconMemberDescription
RegisterCommandAndKeyBinding(UIElement, KeyBindingSource)
Registers the command and the key binding of a WPF control into the specify source (a parent window, the whole application, or a hotkey in the Windows desktop environement).

RegisterCommandAndKeyBinding(UIElement)
Registers the command and the key binding of a WPF control into the parent window.

UnregisterCommandAndKeyBinding(UIElement)
Unregisters the command and the key binding of a WPF control from its sink source.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)