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