I have a code:
protected override bool ProcessCmdKey(ref Message msg, Keys keyData) { switch (keyData) { case Keys.Alt|Ke
break is not necessary if all paths in a case statement end with a return. Do not use it then, otherwise you will get the mentioned warning.
break
case
return