I'm about to implement a UserControl that has several other controls inside.
As soon as a control inside the my containing UserControl I want to react on keystrokes (like Ctrl+A to select all controls inside). How can this be accomplished
Thanks in advance!