I have created a custom dockpane with two combo boxes. I am implementing Drag and Drop functionality to each combo box. The OnDragover and OnDrop functions work correctly when we use them for the first combo box. How can I clear the payload for the second OnDragover and OnDrop to be used to populate the second combo box.
I tried using dropInfo.Data = null However, it failed to clear the payload for use with the second combo box.
Any inputs would be highly appreciated.
Regards,
Abhijeet
