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

'宣言
Public crAutoForeground As UInteger
'使用
Dim instance As AllColorableItemInfo
Dim value As UInteger

value = instance.crAutoForeground

instance.crAutoForeground = value
public uint crAutoForeground
public:
unsigned int crAutoForeground
public var crAutoForeground : uint

Field Value

Type: System.UInt32

Remarks

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

Permissions

See Also

Reference

AllColorableItemInfo Structure

AllColorableItemInfo Members

Microsoft.VisualStudio.Shell.Interop Namespace