ToolStripMenuItems and Drag and Drop

Posted by Paul on Stack Overflow See other posts from Stack Overflow or by Paul
Published on 2010-03-23T09:49:47Z Indexed on 2010/03/23 9:53 UTC
Read the original article Hit count: 269

Filed under:
|
|
|
|

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 menu-items. What is wrong? :(

© Stack Overflow or respective owner

Related posts about c#

Related posts about net