public override bool KeyDown(KeyEventArgs e) { if (!base.KeyDown(e)) { return(_txtInput.KeyDown(e)); } return(false); }