SearchControl.DropTarget Property
Gets the drop target that handles drag and drop operations on the control.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Property DropTarget As IDropTarget
public IDropTarget DropTarget { get; set; }
public:
property IDropTarget^ DropTarget {
IDropTarget^ get ();
void set (IDropTarget^ value);
}
member DropTarget : IDropTarget with get, set
function get DropTarget () : IDropTarget
function set DropTarget (value : IDropTarget)
Property Value
Type: Microsoft.VisualStudio.OLE.Interop.IDropTarget
Returns the drop target.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.