Share via


SearchControl.DropTarget Property

Gets the drop target that handles drag and drop operations on the control.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.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

See Also

Reference

SearchControl Class

Microsoft.VisualStudio.PlatformUI Namespace