IVsToolWindowToolbar Interface
Returns the border information and sets the border space for a tool window. Implementers do not need to implement or call this interface.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
This interface is implemented by the environment and is called from SetupToolbar in response to a VSPackage creating a tool window with CreateToolWindow with a CTW_fToolbarHost flag. The environment then makes available an IVsToolWindowToolbarHost interface that is accessible to the VSPackage by calling GetProperty on the tool window with the VSFPROPID_ToolbarHost property parameter.
Notes to Implementers Implemented by the environment. Notes to Callers Called by the environment.