TypeAndMemberDropdownBars Methods

 

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

NameDescription
System_CAPS_pubmethodDone()

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

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetComboAttributes(Int32, UInt32, UInt32, IntPtr)

Returns information about the specified combo box.

System_CAPS_pubmethodGetComboTipText(Int32, String^)

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

System_CAPS_pubmethodGetEntryAttributes(Int32, Int32, UInt32)

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

System_CAPS_pubmethodGetEntryImage(Int32, Int32, Int32)

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

System_CAPS_pubmethodGetEntryText(Int32, Int32, String^)

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

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetMember(Int32, Int32)

Returns the specified entry for the specified combo box.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodOnComboGetFocus(Int32)

Called when a combo box gets the focus.

System_CAPS_pubmethodOnItemChosen(Int32, Int32)

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

System_CAPS_pubmethodOnItemSelected(Int32, Int32)

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

System_CAPS_pubmethodOnSynchronizeDropdowns(LanguageService^, IVsTextView^, Int32, Int32, ArrayList^, ArrayList^, Int32, Int32)

Called to fill and synchronize all combo boxes.

System_CAPS_pubmethodSetDropdownBar(IVsDropdownBar^)

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

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: