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.
DROPDOWNFONTATTR is an enum used by IVsDropdownBarClient to describe the appearance of text entries.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public Enumeration DROPDOWNFONTATTR
'Usage
Dim instance As DROPDOWNFONTATTR
public enum DROPDOWNFONTATTR
public enum class DROPDOWNFONTATTR
public enum DROPDOWNFONTATTR
Members
Member name | Description | |
---|---|---|
FONTATTR_PLAIN | plain text | |
FONTATTR_BOLD | bold text | |
FONTATTR_ITALIC | italicized text | |
FONTATTR_UNDERLINE | underlined text | |
FONTATTR_GRAY | grayed out text |
Remarks
C++
See textmgr.idl.