Expand Minimize
This topic has not yet been rated - Rate this topic

VPCOLORFLAGS enumeration

Specifies the use of a color. Used by IVisualProperties methods.

Syntax


typedef enum VPCOLORFLAGS { 
  VPCF_TEXT            = 1,
  VPCF_BACKGROUND      = 2,
  VPCF_SORTCOLUMN      = 3,
  VPCF_SUBTEXT         = 4,
  VPCF_TEXTBACKGROUND  = 5
} VPCOLORFLAGS;

Constants

VPCF_TEXT

A text color.

VPCF_BACKGROUND

A background color.

VPCF_SORTCOLUMN

A sort-column color.

VPCF_SUBTEXT

A subtext color.

VPCF_TEXTBACKGROUND

Windows 7 and later. A text background color.

Requirements

Minimum supported client

Windows Vista, Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

Shobjidl.h

IDL

Shobjidl.idl

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.