In my application I want to drag a particular user control into desktop that creates a new window with the dropped control (Something similar to visual studio 2010 (implemented using wpf) tab items or google chrome tabs). As far as I know we can only drag drop file object to desktop and not the user control. Is there any way to achieve this? is there any control available for this purpose?
Thanks in Advance.