This manager helps to deal with the WPF keyboard.
| C# | Visual Basic | Visual C++ |
public interface IKeyboardManager
Public Interface IKeyboardManager
public interface class IKeyboardManager
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| 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.
|