TypeAndMemberDropdownBars Members
Include Protected Members
Include Inherited Members
Provides support for the combo boxes showing type and member information as offered by a language service.
The TypeAndMemberDropdownBars type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TypeAndMemberDropdownBars | Initializes a new instance of the TypeAndMemberDropdownBars class. |
Top
Methods
Name | Description | |
---|---|---|
Done | Cleans up any allocated resources just before the TypeAndMemberDropdownBars object is destroyed. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
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.) | |
GetComboAttributes | Returns information about the specified combo box. | |
GetComboTipText | Returns text to be shown in a tool tip when the cursor is held over the combo box. | |
GetEntryAttributes | Returns the font attributes for the specified entry on the specified combo box. | |
GetEntryImage | Returns the glyph index for the specified entry on the specified combo box. | |
GetEntryText | Returns the text to be displayed for the specified entry in the specified combo box. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetMember | Returns the specified entry for the specified combo box. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnComboGetFocus | Called when a combo box gets the focus. | |
OnItemChosen | Called when an item is chosen from the specified combo box. | |
OnItemSelected | Called when an entry is highlighted in one of the combo boxes. | |
OnSynchronizeDropdowns | Called to fill and synchronize all combo boxes. | |
SetDropdownBar | Called to specify the IVsDropdownBar object that controls the two combo boxes. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top