AllColorableItemInfo.crAutoForeground Field

Definition

Specifies the automatic foreground color for an item.

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

Field Value

Attributes

Remarks

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

Applies to