Gets or sets the item on that a current drag and drop operation would be executed.
| C# | Visual Basic | Visual C++ |
protected ShellListBaseItem DropItem { get; set; }
Protected Property DropItem As ShellListBaseItem
protected: property ShellListBaseItem^ DropItem { ShellListBaseItem^ get (); void set (ShellListBaseItem^ value); }