I'm using PictureBox to place and relocate (move) some picture inside Main Dialog Form. I want to be able to remove the picture on Delete Key pressed. I can't find the keyboard handling events for the listed controls.
Well, I can use KeyDown for the Form and check if the PictureBox is focused, but it looks ugly.
Can see like it has the event http://msdn.microsoft.com/en-us/library/system.windows.forms.picturebox.keydown.aspx
But in fact doesn't...
Any idea?