IVsDropdownBar.Detach Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Breaks the link between the dropdown bar and its client.
public:
void Detach();
public:
void Detach();
void Detach();
public void Detach ();
abstract member Detach : unit -> unit
Public Sub Detach ()
Remarks
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.
COM Signature
From textmgr.idl:
HRESULT IVsDropdownBar::Detach();