SearchControl::DropTarget Property

 

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

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property IDropTarget^ DropTarget {
	[CompilerGeneratedAttribute]
	IDropTarget^ get();
	[CompilerGeneratedAttribute]
	void set(IDropTarget^ value);
}

Property Value

Type: Microsoft.VisualStudio.OLE.Interop::IDropTarget^

Returns the drop target.

Return to top
Show: