DROPDOWNFONTATTR Enumeration
Visual Studio 2015
DROPDOWNFONTATTR is an enum used by IVsDropdownBarClient to describe the appearance of text entries.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Member name | Description | |
|---|---|---|
| FONTATTR_BOLD | bold text | |
| FONTATTR_GRAY | grayed out text | |
| FONTATTR_ITALIC | italicized text | |
| FONTATTR_PLAIN | plain text | |
| FONTATTR_UNDERLINE | underlined text |
C++
See textmgr.idl.
Show: