How to trap the KeyDown and KeyPress events for the SqlTextEditor?
Last modified:
Handle the PreProcessKey and PostProcessKey events instead.
Use the PreProcessKey if you need to override the default key behavior; use the PostProcessKey if you just need to perform an additional action on pressing some key.