How to get the name of a clicked Toolstrip item
Hi People,
If any one can help me out on this.
I am working on a Winform application , .Net 3.5
I have Toolstrip control and then sub Toolstrip in sub Toolstrip I have to get its text when it is clicked.
Toolstrip -->File-->List-->Items
I want text of any Item present in the list.
Here List of Items are dynamicaly generated so I dont know the name of the Item.