if (e.Modifiers == Keys.Control) { switch (e.KeyCode) { case Keys.S: MessageBox.Show("success"); break; } }It is executing in c# forms but not in user controls of c#