public virtual void onKeyPress(object sender, KeyPressEventArgs e) { KeyPress.Raise (sender, e); }
public override void onKeyPress(object sender, KeyPressEventArgs e) { base.onKeyPress (sender, e); this.Insert (e.KeyChar.ToString()); SelRelease = -1; SelBegin = new Point(CurrentColumn, SelBegin.Y); RegisterForGraphicUpdate(); }