DROPDOWNENTRYTYPE Enumeration
Visual Studio 2015
Specifies the drawing protocol requested for a combo. Used in IVsDropdownBarClient calls.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Member name | Description | |
|---|---|---|
| ENTRY_ATTR | Text that may have bold/italic/underline attributes. GetComboAttributes will be called. | |
| ENTRY_IMAGE | A glyph is drawn to the left of the entries. GetEntryImage will be called. | |
| ENTRY_TEXT | Plain text only. GetEntryText will be called. |
Show: