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