Specifies the drawing protocol requested for a combo. Used in IVsDropdownBarClient calls.
Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
声明
Public Enumeration DROPDOWNENTRYTYPE
用法
Dim instance As DROPDOWNENTRYTYPE
public enum DROPDOWNENTRYTYPE
public enum class DROPDOWNENTRYTYPE
type DROPDOWNENTRYTYPE
public enum DROPDOWNENTRYTYPE
Members
| Member name | Description | |
|---|---|---|
| ENTRY_TEXT | plain text only (GetEntryText will be called) | |
| 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) | 
Remarks
COM Signature
From textmgr.idl: