Share via


DialogContainerWithToolbar.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

If the tool window has a toolbar, this property allows intercepting drag and drop operations on the toolbar. Otherwise this is null.

Applies to