Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: