Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Declaración
Public Enumeration 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: