IVsButtonBarClient Interface

Definition

The client for a button bar.

public interface class IVsButtonBarClient
public interface class IVsButtonBarClient
__interface IVsButtonBarClient
[System.Runtime.InteropServices.Guid("B59AF843-E075-496E-A00D-E8EEB3C748EB")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsButtonBarClient
[System.Runtime.InteropServices.Guid("B59AF843-E075-496E-A00D-E8EEB3C748EB")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsButtonBarClient
[<System.Runtime.InteropServices.Guid("B59AF843-E075-496E-A00D-E8EEB3C748EB")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsButtonBarClient = interface
[<System.Runtime.InteropServices.Guid("B59AF843-E075-496E-A00D-E8EEB3C748EB")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsButtonBarClient = interface
Public Interface IVsButtonBarClient
Attributes

Methods

GetButtonTipText(Int32, String)

Returns the tooltip for a button

OnButtonPressed(Int32)

Fired when a new button is pressed.

SetButtonBar(IVsButtonBar)

Called by the button bar to hook itself up to this client.

Applies to