OnKeyDown doesnt handle arrow?

OnKeyDown doesnt handle arrow
i'm overriding it in a usercontrol and i can't catch any arrow keys

if ( e.KeyCode == Keys.Up ) ...


i wanted to make some stuff repeat when the key is down


Answer this question

OnKeyDown doesnt handle arrow?