ColorableItemInfo.crForeground Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.