ColorableItemInfo::crBackground Field

 

DWORD specifying the background color.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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::UInt32

From vsshell.idl:

COLORREF crBackground;

Values for the crBackground are a combination of flags from the __VSCOLORTYPE enumeration and literal RGB values.

Return to top
Show: