Click or drag to resize

VPCOLORFLAGS Enumeration

Specifies the use of a color.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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