This topic has not yet been rated - Rate this topic

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)

[InterfaceTypeAttribute(1)] 
[GuidAttribute("4544D333-8D5F-4517-9113-3550D618F2AD")] 
public interface IVsToolWindowToolbar
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute GuidAttribute("4544D333-8D5F-4517-9113-3550D618F2AD") */ 
public interface IVsToolWindowToolbar
InterfaceTypeAttribute(1) 
GuidAttribute("4544D333-8D5F-4517-9113-3550D618F2AD") 
public interface IVsToolWindowToolbar

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ