VsDropdownBarClass 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, IVsDropdownBarClient^) | Creates the window and drop-down combination and sets up a link between the drop-down bar and its client. |
![]() | Detach() | Breaks the link between the drop-down bar and its client. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetClient(IVsDropdownBarClient^) | Returns the client associated with this drop-down bar. |
![]() | GetCurrentSelection(Int32, Int32) | Returns the entry that is currently selected in a given combination. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RefreshCombo(Int32, Int32) | Forces a repaint of a combo, specifying the current selection. |
![]() | SetCurrentSelection(Int32, Int32) | Sets the current selection in the given drop-down combination. |
![]() | ToString() | (Inherited from Object.) |
Show:

