Include Protected Members
Include Inherited Members
Provides control of the drop-down bar at the top of a code window.
The VsDropdownBarClass type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | VsDropdownBarClass | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Attach | Creates the window and drop-down combination and sets up a link between the drop-down bar and its client. | 
| .gif) | Detach | Brakes the link between the drop-down bar and its client. | 
| .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetClient | Returns the client associated with this drop-down bar. | 
| .gif) | GetCurrentSelection | Returns the entry that is currently selected in a given combination. | 
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | RefreshCombo | Forces a repaint of a combo, specifying the current selection. | 
| .gif) | SetCurrentSelection | Sets the current selection in the given drop-down combination. | 
| .gif) | ToString | Returns a String that represents the current Object. (Inherited from Object.) | 
Top