IVsToolWindowToolbar Interface

 

Gets the border size and sets the border space for a tool window. You should implement this interface to give information to the toolbar hosted inside the tool window about its hosting surface.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

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

NameDescription
System_CAPS_pubmethodGetBorder(RECT[])

Returns the border information for a tool window.

System_CAPS_pubmethodSetBorderSpace(RECT[])

Sets the border space for a tool window after the toolbar is placed.

The Visual Studio shell calls GetBorder to find the available area for the toolbar. Then the shell calls SetBorderSpace to set the available space after the toolbar is placed on the given surface so that users can place the other UI controls without overlapping the toolbar.

Return to top
Show: