DROPDOWNENTRYTYPE Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the drawing protocol requested for a combo. Used in IVsDropdownBarClient calls.
public enum class DROPDOWNENTRYTYPE
public enum class DROPDOWNENTRYTYPE
enum DROPDOWNENTRYTYPE
public enum DROPDOWNENTRYTYPE
type DROPDOWNENTRYTYPE =
Public Enum DROPDOWNENTRYTYPE
- Inheritance
-
DROPDOWNENTRYTYPE
Fields
ENTRY_ATTR | 2 | Text that may have bold/italic/underline attributes. GetComboAttributes(Int32, UInt32, UInt32, IntPtr) will be called. |
ENTRY_IMAGE | 4 | A glyph is drawn to the left of the entries. GetEntryImage(Int32, Int32, Int32) will be called. |
ENTRY_TEXT | 1 | Plain text only. GetEntryText(Int32, Int32, String) will be called. |