How to get parent control from assigned context menu using C #?

I have several windowview listview controls and I assigned them a common context context using the property grid in VS2005.

Now that the choice is made from the context menu in any list, is there a way I can get proper hosting management of the raised menu?

+4
source share

All Articles