ToolWindowPane::ToolBarDropTarget Property
Visual Studio 2015
Gets or sets the toolbar drop target.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property IDropTarget^ ToolBarDropTarget { IDropTarget^ get(); void set(IDropTarget^ value); }
Property Value
Type: Microsoft.VisualStudio.OLE.Interop::IDropTarget^The drop target, if the window has a toolbar, otherwise null.
The drop target allows intercepting drag and drop operations on the toolbar.
Show: