View Single Post

  #4 (permalink)  
Old 02-27-2006
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,177
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 ?
Reply With Quote