View Single Post
  #4  
Unread 10-14-2010, 08:09 AM
D.H1cks's Avatar
D.H1cks D.H1cks is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Posts: 162
I have a custom button that accepts drag drop items. I get the item using:

newItem = args.DragDropInfo:GetShortcut():GetItem();
Reply With Quote