Intercepting the ENTER and ESC keys in custom, drop-down UITypeEditors.
Hits: 125
Description: This article and the accompanying source code shows you how to intercept the ENTER and ESC keys in your own UITypeEditor implementation. Intercepting the keys is essential for emulating the behavior of the .NET Framework's built-in, drop-down editors.