Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Provides control of the drop-down bar at the top of a code window.
The VsDropdownBar type exposes the following members.
Methods
Name
Description
Creates the window and drop-down combination and sets up a link between the drop-down bar and its client. (Inherited from IVsDropdownBar.)
Breaks the link between the dropdown bar and its client. (Inherited from IVsDropdownBar.)
Returns the client associated with this drop-down bar. (Inherited from IVsDropdownBar.)
Returns the entry that is currently selected in a given combination. (Inherited from IVsDropdownBar.)
Force a repaint of a combo, specifying the new selection. (Inherited from IVsDropdownBar.)
Sets the current selection in the given drop-down combination (Inherited from IVsDropdownBar.)
Top