ContextMenuStrip
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I associate a multi-level contextMenu to a control by using contextMenuStrip. I associates right-click events for each toolStripMenuItem, so there are many events registered and it seems quite rather inefficiency. Are there any methods similiar to the Toolbar that only one single click event is needed for all buttons in the toolbar ? Thanks