public override void CharInput(char c) { base.CharInput(c); Background?.CharInput(c); Focus?.CharInput(c); }