Trap Edit keyboard events

Is there any way to trap individual keyboard events in the EditControl? It seems that implementing a KeyDown handler does not do the trick. Mike

1 Reply

MM Mike Marshall September 11, 2002 11:29 AM UTC

I figured it out. I had to derive from the EditControl class and override the ProcesCmdKey method. I'm not sure this is even a syncfusion problem, since I have seem the same behavior with the MS RichEdit class as well Mike > Is there any way to trap individual keyboard events in the EditControl? It seems that implementing a KeyDown handler does not do the trick. > > Mike

Loader.
Up arrow icon