SearchControl.DropTarget Property

Definition

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

public:
 property Microsoft::VisualStudio::OLE::Interop::IDropTarget ^ DropTarget { Microsoft::VisualStudio::OLE::Interop::IDropTarget ^ get(); void set(Microsoft::VisualStudio::OLE::Interop::IDropTarget ^ value); };
public:
 property Microsoft::VisualStudio::OLE::Interop::IDropTarget ^ DropTarget { Microsoft::VisualStudio::OLE::Interop::IDropTarget ^ get(); void set(Microsoft::VisualStudio::OLE::Interop::IDropTarget ^ value); };
public Microsoft.VisualStudio.OLE.Interop.IDropTarget DropTarget { get; set; }
member this.DropTarget : Microsoft.VisualStudio.OLE.Interop.IDropTarget with get, set
Public Property DropTarget As IDropTarget

Property Value

Returns the drop target.

Applies to