I have created a user control which displays some graphics that update in response to keyboard events. The problem is that I only want the user control to respond to keyboard events when it has focus.
How do I make it focusable? I've looked at the CanFocus property, but that's ReadOnly.
When I press the down arrow key while my user control has focus, I want the graphics in the user control to change. I don't want the selected cell in the datagrid view to the right of my user control to change.
Thanks!
How do I make it focusable? I've looked at the CanFocus property, but that's ReadOnly.
When I press the down arrow key while my user control has focus, I want the graphics in the user control to change. I don't want the selected cell in the datagrid view to the right of my user control to change.
Thanks!