ToolStripMenuItems and Drag and Drop
- by Paul
I need to implement "Drag and Drop" operations for the ToolStripMenuItems.
Everything works fine only with ToolStripMenuItems on the first level. I mean I can't move menu item from a submenu to other one. But I can move submenu to top-level menu. I noticed that DragEnter event isn't arise for submenus. Initialization is the same for all…