I have a Vision Addin which shows a Grid on a custom window.
When I press Delete the selected shape is deleted(evev when the focus is on my custom window)
Is there a way to get the Delete Event on the Grid when the focus is on my custom window?
I have used the KeyDown event of the grid but this event fires for other keys but in case of Delete, it deletes the shape and the grid refreshes.
Thanks
Hatim Shaukat