A
A-PK
Hi,
I am using treeview as my menu.
my menu is like the following
+ Users & Groups
- Users
-Groups
+ Departmenuts
- Engineering
- Business
Currently, I am using mouse down event and trigger my mouse right click.
so when my mouse cursor is in the treeview, and I right click my mouse, my
context menu1 will show up.
but, what I want to do is like the following
When i right click the - Users - pop up context menu1
When I right click the - Groups - pop up context menu2
When I right click the - Engineering - pop up context menu3
When I right click the - Business - pop up context menu4
When I right click the + Users & Groups, nothing will pop up
When I right click the + Departments, nothing will pop up
how to do that ? pls guide me.
I am using treeview as my menu.
my menu is like the following
+ Users & Groups
- Users
-Groups
+ Departmenuts
- Engineering
- Business
Currently, I am using mouse down event and trigger my mouse right click.
so when my mouse cursor is in the treeview, and I right click my mouse, my
context menu1 will show up.
but, what I want to do is like the following
When i right click the - Users - pop up context menu1
When I right click the - Groups - pop up context menu2
When I right click the - Engineering - pop up context menu3
When I right click the - Business - pop up context menu4
When I right click the + Users & Groups, nothing will pop up
When I right click the + Departments, nothing will pop up
how to do that ? pls guide me.