ColorableItemInfo.crBackground 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 background color.
public: System::UInt32 crBackground;
public: unsigned int crBackground;
unsigned int crBackground;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.COLORREF")]
public uint crBackground;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.COLORREF")>]
val mutable crBackground : uint32
Public crBackground As UInteger
Field Value
- Attributes
Remarks
COM Signature
From vsshell.idl:
COLORREF crBackground;
Values for the crBackground are a combination of flags from the __VSCOLORTYPE enumeration and literal RGB values.