JamBaseShellListViewDropItem Property |
Gets or sets the item on that a current drag and drop operation would be executed.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected 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
ShellListBaseItem
See Also