Hi!
I want to use WinExplorerBar as a toolbox like in Visual Studio. I want to drag & drop items from the list on my design surface, but I don't find how.
I saw property AllowDragMove and AllowDragCopy on Item and group, but the options are : Default, None, WithinGroups and WithinAndAcrossGroups.
Is it possible to drag and drop over another control like a DesignSurface ? If so, how can I do it ?
Best regards,
Benoit
after looking at Microsoft examples, I found how to do that. I call Control.DoDragDrop on mousedown event.
No need to answer this thread!