Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the automatic foreground color for an item.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public crAutoForeground As UInteger
public uint crAutoForeground
public:
unsigned int crAutoForeground
val mutable crAutoForeground: uint32
public var crAutoForeground : uint
Remarks
If crForeground is COLORREF_AUTO, then this color is used as the foreground color. This is often a "tracking color value."
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.