Hi,
I have this PopMenu control(Winform) which works as expected. The problem is that it pops up on whatever place on the form the user right clicks, but the ObjectListview CellRightClick event isn't fired in such a situation. And it shouldn't.
How do I get the menu to appear only when right clicking occurs on the listview control?
The listview's property named ConTextMenuStrip is set to the name of the ContekxtMenuStrip control, which is named
PopUpMenu.