Click or drag to resize

VPCOLORFLAGS Enumeration

Specifies the use of a color.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
[FlagsAttribute]
public enum VPCOLORFLAGS
Members
  Member nameValueDescription
VPCF_TEXT1 A text color.
VPCF_BACKGROUND2 A background color.
VPCF_SORTCOLUMN3 A sort-column color.
VPCF_SUBTEXT4 A subtext color.
VPCF_TEXTBACKGROUND5 Windows 7 and later. A text background color.
See Also