menus
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, If there is a main form with various child forms that have context menus with generic items like copy and paste, how does it usually work in terms of merging these items? How do I make sure that the right 'copy' functionality is executed for each particular child form? Do I create these items in the main menu and then merge them with individual child context menus or vice versa? thanx in advance