IVsDropdownBarClient Members
Include Protected Members
Include Inherited Members
Describes the contents of the drop-down bar combinations.
The IVsDropdownBarClient type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetComboAttributes | Returns information about a drop-down bar/Window combination. | |
GetComboTipText | Returns the tooltip for an entire drop-down bar combination. | |
GetEntryAttributes | Returns text appearance attributes for a drop-down combination entry. | |
GetEntryImage | Returns the glyph associated with a combo entry. | |
GetEntryText | Returns the text for a combo entry. | |
OnComboGetFocus | Fires when the combo gets focus. | |
OnItemChosen | Fires when a combo item is chosen. | |
OnItemSelected | Fires when a combo item is selected. | |
SetDropdownBar | Called by the drop-down bar to hook itself up to the client. |
Top