DROPDOWNFONTATTR 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.
DROPDOWNFONTATTR is an enum used by IVsDropdownBarClient to describe the appearance of text entries.
public enum class DROPDOWNFONTATTR
public enum class DROPDOWNFONTATTR
enum DROPDOWNFONTATTR
public enum DROPDOWNFONTATTR
type DROPDOWNFONTATTR =
Public Enum DROPDOWNFONTATTR
- Inheritance
-
DROPDOWNFONTATTR
Fields
Name | Value | Description |
---|---|---|
FONTATTR_PLAIN | 0 | plain text |
FONTATTR_BOLD | 1 | bold text |
FONTATTR_ITALIC | 2 | italicized text |
FONTATTR_UNDERLINE | 4 | underlined text |
FONTATTR_GRAY | 8 | grayed out text |
Remarks
C++
See textmgr.idl.