SearchControl.DropTarget Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.