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

Protected method

TypeAndMemberDropdownBars

Initializes a new instance of the TypeAndMemberDropdownBars class.

Top

Methods

 

Name

Description

Public method

Done

Cleans up any allocated resources just before the TypeAndMemberDropdownBars object is destroyed.

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetComboAttributes

Returns information about the specified combo box.

Public method

GetComboTipText

Returns text to be shown in a tool tip when the cursor is held over the combo box.

Public method

GetEntryAttributes

Returns the font attributes for the specified entry on the specified combo box.

Public method

GetEntryImage

Returns the glyph index for the specified entry on the specified combo box.

Public method

GetEntryText

Returns the text to be displayed for the specified entry in the specified combo box.

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetMember

Returns the specified entry for the specified combo box.

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

OnComboGetFocus

Called when a combo box gets the focus.

Public method

OnItemChosen

Called when an item is chosen from the specified combo box.

Public method

OnItemSelected

Called when an entry is highlighted in one of the combo boxes.

Public method

OnSynchronizeDropdowns

Called to fill and synchronize all combo boxes.

Public method

SetDropdownBar

Called to specify the IVsDropdownBar object that controls the two combo boxes.

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

See Also

Reference

TypeAndMemberDropdownBars Class

Microsoft.VisualStudio.Package Namespace