DialogContainerWithToolbar::ToolbarDropTarget Property
Visual Studio 2015
A target that allows intercepting drag and drop operations on the toolbar.
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^If the tool window has a toolbar, this property allows intercepting drag and drop operations on the toolbar. Otherwise this is null.
Show: