protected override void onChar(CodePoint cp) { if (iFace.OnKeyPress(cp.ToChar())) { return; } base.onChar(cp); }