ColorableItemInfo::crForeground Field
Visual Studio 2015
DWORD specifying the foreground color.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
public: [ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.COLORREF")] unsigned int crForeground
Field Value
Type: System::UInt32From vsshell.idl:
COLORREF crForeground;
Values for the crForeground are a combination of flags from the __VSCOLORTYPE enumeration and literal RGB values.
Show: