JamBaseShellListViewDropItem Property |
Gets or sets the item on that a current drag and drop operation would be executed.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax protected ShellListBaseItem DropItem { get; set; }
Protected Property DropItem As ShellListBaseItem
Get
Set
protected:
property ShellListBaseItem^ DropItem {
ShellListBaseItem^ get ();
void set (ShellListBaseItem^ value);
}
member DropItem : ShellListBaseItem with get, set
Property Value
Type:
ShellListBaseItemSee Also