IVsButtonBar Methods

 

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

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: