Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Public Enumeration DROPDOWNENTRYTYPE
public enum DROPDOWNENTRYTYPE
public enum class DROPDOWNENTRYTYPE
type DROPDOWNENTRYTYPE
public enum DROPDOWNENTRYTYPE
Members
| 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) |
Remarks
COM Signature
From textmgr.idl: