IVsDropdownBar::Detach Method ()
Visual Studio 2015
Breaks the link between the dropdown bar and its client.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Detach is called by RemoveDropdownBar. This function breaks the link between the dropdown bar and its client. Do not call this function unless you're bypassing IVsDropdownBarManager and are in the process of removing the dropdown bar from the window yourself.
From textmgr.idl:
HRESULT IVsDropdownBar::Detach();
Show: