How to get Delete key to function in a PropertyGrid?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Is there a straightforward and clean way to get the Delete key to function correctly in a textbox entry in a PropertyGrid? Right now I have code that intercepts the Delete key on the parent form, checks to see if the property grid has focus, and then tries to mimic the delete functionality but it is all very kludgy and it doesn't support Undo.