For example I have a menustrip item lets call it A
then i have like 100 menustrip items under A.
Under each of these items there are also 100 items.
I want to get a single click event that handles any click event under A (so that i don't have to create 10000 of them).
It is possible to do A_dropdownitemclicked to get the items directly under A but I couldn't go any deeper to those 10000 items under the sub-A items.
Any hints? (maybe it is a stupid idea to do such a huge menu?) Thanks
then i have like 100 menustrip items under A.
Under each of these items there are also 100 items.
I want to get a single click event that handles any click event under A (so that i don't have to create 10000 of them).
It is possible to do A_dropdownitemclicked to get the items directly under A but I couldn't go any deeper to those 10000 items under the sub-A items.
Any hints? (maybe it is a stupid idea to do such a huge menu?) Thanks