IVsButtonBar Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Attach(IntPtr, Int32, IntPtr, IVsButtonBarClient^) | Creates window/button combinations. |
![]() | Detach() | Breaks the link between a button bar and its client. |
![]() | GetClient(IVsButtonBarClient^) | Returns the client associated with a button bar. |
![]() | GetCurrentSelection(Int32) | Returns the number of the button that is currently pressed. |
![]() | GetSize(Int32, Int32) | Gets the size of the button bar. |
![]() | SetCurrentSelection(Int32) | Specifies The button that is selected. |
![]() | SetHeight(Int32) | Specifies the height of the button bar. |
Show:
