ColorableItemInfo.crBackground Field

Definition

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.

Applies to