How to place the contextmenustrip at left mouse button.

  • Thread starter Thread starter ck.kislay
  • Start date Start date
C

ck.kislay

On mouse left click when I show the contextmenu it displayed upper
corner of the form,Even if I add the property top, bottom of the
context menu it remains on the upper corner.
Is there any way to open the context menu at the mouse
left click and on that click position.

Thanks,
Chandan Kumar
 
Uzytkownik said:
On mouse left click when I show the contextmenu it displayed upper
corner of the form,Even if I add the property top, bottom of the
context menu it remains on the upper corner.
Is there any way to open the context menu at the mouse
left click and on that click position.

Thanks,
Chandan Kumar

Read about MouseMove event

Forrest
 
Back
Top