ColorableItemInfo::crForeground Field

 

DWORD specifying the foreground color.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public:
[ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.COLORREF")]
unsigned int crForeground

Field Value

Type: System::UInt32

From vsshell.idl:

COLORREF crForeground;

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

Return to top
Show: