DialogContainerWithToolbar.ToolbarDropTarget Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.