Button context menu
C#
2
Posts
2
Posters
0
Views
1
Watching
-
How to do this. When I left click on a button to appear the context menu in the location where is the button.
C#
-
How to do this. When I left click on a button to appear the context menu in the location where is the button.
C#
Handle the click event, get the position of the button, and then show the menu there. A better way is to create a button that has a drop menu built into it, given that this is what the button will do.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )