Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Manages a set of buttons in a code window.
Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("B4D5B0A3-1945-4F5F-B5E1-4ADD352E78C1")> _
Public Interface IVsButtonBarManager
[InterfaceTypeAttribute()]
[GuidAttribute("B4D5B0A3-1945-4F5F-B5E1-4ADD352E78C1")]
public interface IVsButtonBarManager
[InterfaceTypeAttribute()]
[GuidAttribute(L"B4D5B0A3-1945-4F5F-B5E1-4ADD352E78C1")]
public interface class IVsButtonBarManager
[<InterfaceTypeAttribute()>]
[<GuidAttribute("B4D5B0A3-1945-4F5F-B5E1-4ADD352E78C1")>]
type IVsButtonBarManager =  interface end
public interface IVsButtonBarManager
The IVsButtonBarManager type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddButtonBar | Adds a set of combo buttons to a code window. | 
| .gif) | GetButtonBar | Returns the button bar associated with a code window. | 
| .gif) | RemoveButtonBar | Removes a button bar from a code window. | 
Top