You cannot call the WndProc method for the internal text editor using this method. Use the workaround: class MyControl : C1.Win.Input.C1TextBox { void MyMethod(ref System.Windows.Forms.Message message) { if (HostedControl is C1.Win.Input.Base.Editors.InputTextEditor textEditor) textEditor.RaiseWndProc(ref message); } }