IVsButtonBarClient Interface

The client for a button bar.

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

Syntax

'Declaration
<GuidAttribute("B59AF843-E075-496E-A00D-E8EEB3C748EB")> _
<InterfaceTypeAttribute()> _
Public Interface IVsButtonBarClient
[GuidAttribute("B59AF843-E075-496E-A00D-E8EEB3C748EB")]
[InterfaceTypeAttribute()]
public interface IVsButtonBarClient
[GuidAttribute(L"B59AF843-E075-496E-A00D-E8EEB3C748EB")]
[InterfaceTypeAttribute()]
public interface class IVsButtonBarClient
[<GuidAttribute("B59AF843-E075-496E-A00D-E8EEB3C748EB")>]
[<InterfaceTypeAttribute()>]
type IVsButtonBarClient =  interface end
public interface IVsButtonBarClient

The IVsButtonBarClient type exposes the following members.

Methods

  Name Description
Public method GetButtonTipText Returns the tooltip for a button
Public method OnButtonPressed Fired when a new button is pressed.
Public method SetButtonBar Called by the button bar to hook itself up to this client.

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace