Published by on March 15th, 2011 8:35 am under Code
WPF Support WPF provides excellent support for shortcut keys: The InputBinding class supports Key, Mouse, and recently Touch gestures. An InputBinding can be associated with any UIElement using the InputBindings property. Custom controls that handle RoutedCommands can associate InputBindings using the CommandManager.RegisterClassInputBinding. The CommandManager provides tunneling and bubbling of the commands allowing any control with a... read more