ColorableItemInfo.dwFontFlags Field
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.
DWORD specifying the font flags
public: System::UInt32 dwFontFlags;
public: unsigned int dwFontFlags;
unsigned int dwFontFlags;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")]
public uint dwFontFlags;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")>]
val mutable dwFontFlags : uint32
Public dwFontFlags As UInteger
Field Value
- Attributes
Remarks
COM Signature
From vsshell.idl:
DWORD dwFontFlags;
Values for dwFontFlags are taken from the FONTFLAGS and __FCFONTFLAGS enumerations.