Share via


ColorableItemInfo.crForeground Field

Definition

DWORD specifying the foreground color.

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

Field Value

Attributes

Remarks

COM Signature

From vsshell.idl:

COLORREF crForeground;  

Values for the crForeground are a combination of flags from the __VSCOLORTYPE enumeration and literal RGB values.

Applies to