IVsToolWindowToolbarHost3 Interface
Provides additional control over features pertaining to a tool window toolbar.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | AddToolbar(VSTWT_LOCATION, Guid, UInt32) | Adds a toolbar to the tool window. |
![]() | AddToolbar3(VSTWT_LOCATION, Guid, UInt32, IDropTarget, IOleCommandTarget) | Specifies the drop target to handle drop operations over the toolbar area and the command target to be used for the commands on it. |
![]() | BorderChanged() | This method is for the environment's use only. Method information is not provided. Do not use this method. |
![]() | Close(UInt32) | This method is for the environment's use only. Method information is not provided. Do not use this method. |
![]() | ForceUpdateUI() | This method is for the environment's use only. Method information is not provided. Do not use this method. |
![]() | Hide(UInt32) | This method is for the environment's use only. Method information is not provided. Do not use this method. |
![]() | ProcessMouseActivation(IntPtr, UInt32, UInt32, Int32) | This method is for the environment's use only. Method information is not provided. Do not use this method. |
![]() | ProcessMouseActivationModal(IntPtr, UInt32, UInt32, Int32, Int32) | This method is for the environment's use only. Method information is not provided. Do not use this method. |
![]() | Show(UInt32) | This method is for the environment's use only. Method information is not provided. Do not use this method. |
![]() | ShowHideToolbar(Guid, UInt32, Int32) | This method is for the environment's use only. Method information is not provided. Do not use this method. |
This interface is retrieved by a QueryInterface on the IVsToolWindowToolbarHost that is returned as an out parameter from one of the IVsUIShellX.SetupToolbarX flavors.
This interface is used by tool window clients that want to have a toolbar within their window and need to provide a specific drop target for intercepting drag and drop operations over the toolbar area, or provide a specific command target to be used for the commands on the toolbar.
