ToolWindowPane::ToolBarDropTarget Property

 

Gets or sets the toolbar drop target.

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^

The drop target, if the window has a toolbar, otherwise null.

The drop target allows intercepting drag and drop operations on the toolbar.

Return to top
Show: