DialogContainerWithToolbar::ToolbarDropTarget Property

 

A target that allows intercepting drag and drop operations on the toolbar.

Namespace:   Microsoft.VisualStudio.Shell
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.

Return to top
Show: