IVsButtonBar Interface

 

Provides a set buttons at the bottom of a code window.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("4C4095EC-0AF1-48B2-A900-DB496765EE9E")]
public interface IVsButtonBar

NameDescription
System_CAPS_pubmethodAttach(IntPtr, Int32, IntPtr, IVsButtonBarClient)

Creates window/button combinations.

System_CAPS_pubmethodDetach()

Breaks the link between a button bar and its client.

System_CAPS_pubmethodGetClient(IVsButtonBarClient)

Returns the client associated with a button bar.

System_CAPS_pubmethodGetCurrentSelection(Int32)

Returns the number of the button that is currently pressed.

System_CAPS_pubmethodGetSize(Int32, Int32)

Gets the size of the button bar.

System_CAPS_pubmethodSetCurrentSelection(Int32)

Specifies The button that is selected.

System_CAPS_pubmethodSetHeight(Int32)

Specifies the height of the button bar.

Return to top
Show: