IVsDropdownBarClient Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetComboAttributes(Int32, UInt32, UInt32, IntPtr) | Returns information about a drop-down bar/Window combination. |
![]() | GetComboTipText(Int32, String^) | Returns the tooltip for an entire drop-down bar combination. |
![]() | GetEntryAttributes(Int32, Int32, UInt32) | Returns text appearance attributes for a drop-down combination entry. |
![]() | GetEntryImage(Int32, Int32, Int32) | Returns the glyph associated with a combo entry. |
![]() | GetEntryText(Int32, Int32, String^) | Returns the text for a combo entry. |
![]() | OnComboGetFocus(Int32) | Fires when the combo gets focus. |
![]() | OnItemChosen(Int32, Int32) | Fires when a combo item is chosen. |
![]() | OnItemSelected(Int32, Int32) | Fires when a combo item is selected. |
![]() | SetDropdownBar(IVsDropdownBar^) | Called by the drop-down bar to hook itself up to the client. |
Show:
