AllColorableItemInfo.crAutoBackground 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.
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."