Compartir a través de


AllColorableItemInfo.crAutoForeground Field

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

'Declaración
Public crAutoForeground As UInteger
'Uso
Dim instance As AllColorableItemInfo
Dim value As UInteger

value = instance.crAutoForeground

instance.crAutoForeground = value
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

See Also

Reference

AllColorableItemInfo Structure

AllColorableItemInfo Members

Microsoft.VisualStudio.Shell.Interop Namespace