B
Bruce Henderson
I am using a PropertyGrid in a Form to edit a class with a
string property. I also have a MenuItem (Edit|Delete)
which has been assigned a shortcut for the delete key.
When various other controls in the form are focused, I
wish to respond to the Edit|Delete command, but when
editing the string in the PropertyGrid, I would expect the
delete key to be processed by the text editor window for
the string property inside the PropertyGrid.
Instead, the delete key is translated to a Click event on
the EditDelete MenuItem regardless of the state of the U/I.
This seems to me to be a frequently-occuring situation. Is
there some way to make this work as I have described?
Bruce
string property. I also have a MenuItem (Edit|Delete)
which has been assigned a shortcut for the delete key.
When various other controls in the form are focused, I
wish to respond to the Edit|Delete command, but when
editing the string in the PropertyGrid, I would expect the
delete key to be processed by the text editor window for
the string property inside the PropertyGrid.
Instead, the delete key is translated to a Click event on
the EditDelete MenuItem regardless of the state of the U/I.
This seems to me to be a frequently-occuring situation. Is
there some way to make this work as I have described?
Bruce