AllColorableItemInfo.crAutoBackground Field

Definition

Specifies the automatic background color for an item.

public: System::UInt32 crAutoBackground;
public: unsigned int crAutoBackground;
unsigned int crAutoBackground;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.COLORREF")]
public uint crAutoBackground;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.COLORREF")>]
val mutable crAutoBackground : uint32
Public crAutoBackground As UInteger 

Field Value

Attributes

Remarks

If .crBackground is COLORREF_AUTO, then this color is used as the background color. This is often a "tracking color value."

Applies to