IVsButtonBar Interface
Provides buttons at the bottom of a code window.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("4C4095EC-0AF1-48B2-A900-DB496765EE9E")> _
Public Interface IVsButtonBar
[InterfaceTypeAttribute()]
[GuidAttribute("4C4095EC-0AF1-48B2-A900-DB496765EE9E")]
public interface IVsButtonBar
[InterfaceTypeAttribute()]
[GuidAttribute(L"4C4095EC-0AF1-48B2-A900-DB496765EE9E")]
public interface class IVsButtonBar
[<InterfaceTypeAttribute()>]
[<GuidAttribute("4C4095EC-0AF1-48B2-A900-DB496765EE9E")>]
type IVsButtonBar = interface end
public interface IVsButtonBar
The IVsButtonBar type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Attach | Creates window/button combinations. |
![]() |
Detach | Breaks the link between a button bar and its client. |
![]() |
GetClient | Returns the client associated with a Buttonbar. |
![]() |
GetCurrentSelection | Returns which button is currently pressed. |
![]() |
GetSize | |
![]() |
SetCurrentSelection | Specifies which button is selected. |
![]() |
SetHeight |
Top