ToolWindowPane.ToolBarDropTarget Property

Definition

If the toolwindow has a ToolBar, allows intercepting drag and drop operations on the toolbar. Otherwise this is null

public:
 property Microsoft::VisualStudio::OLE::Interop::IDropTarget ^ ToolBarDropTarget { Microsoft::VisualStudio::OLE::Interop::IDropTarget ^ get(); void set(Microsoft::VisualStudio::OLE::Interop::IDropTarget ^ value); };
public:
 property Microsoft::VisualStudio::OLE::Interop::IDropTarget ^ ToolBarDropTarget { Microsoft::VisualStudio::OLE::Interop::IDropTarget ^ get(); void set(Microsoft::VisualStudio::OLE::Interop::IDropTarget ^ value); };
public Microsoft.VisualStudio.OLE.Interop.IDropTarget ToolBarDropTarget { get; set; }
member this.ToolBarDropTarget : Microsoft.VisualStudio.OLE.Interop.IDropTarget with get, set
Public Property ToolBarDropTarget As IDropTarget

Property Value

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

Remarks

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

Applies to