IVsDropdownBarClient Methods

 

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

NameDescription
System_CAPS_pubmethodGetComboAttributes(Int32, UInt32, UInt32, IntPtr)

Returns information about a drop-down bar/Window combination.

System_CAPS_pubmethodGetComboTipText(Int32, String^)

Returns the tooltip for an entire drop-down bar combination.

System_CAPS_pubmethodGetEntryAttributes(Int32, Int32, UInt32)

Returns text appearance attributes for a drop-down combination entry.

System_CAPS_pubmethodGetEntryImage(Int32, Int32, Int32)

Returns the glyph associated with a combo entry.

System_CAPS_pubmethodGetEntryText(Int32, Int32, String^)

Returns the text for a combo entry.

System_CAPS_pubmethodOnComboGetFocus(Int32)

Fires when the combo gets focus.

System_CAPS_pubmethodOnItemChosen(Int32, Int32)

Fires when a combo item is chosen.

System_CAPS_pubmethodOnItemSelected(Int32, Int32)

Fires when a combo item is selected.

System_CAPS_pubmethodSetDropdownBar(IVsDropdownBar^)

Called by the drop-down bar to hook itself up to the client.

Return to top
Show: