Hi,
I just tryed the following:
Code:
private void MP_BeforeClick_1(object sender, AxMapPoint._IMappointCtrlEvents_BeforeClickEvent e)
{
if (e.button == 2)
e.cancel = true;
I I have no popup if I click right mouse butten. Did you do something different ?