VSSYSCOLOR Enumeration

 

This enumeration is deprecated. Use __VSSYSCOLOREX instead

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

public enum VSSYSCOLOR

Member nameDescription
VSCOLOR_DARK

One interval darker than COLOR_BTNSHADOW.

VSCOLOR_LAST

Must be set to the last color enum above.

VSCOLOR_LIGHT

One interval lighter than COLOR_BTNFACE.

VSCOLOR_LIGHTCAPTION

One interval lighter than COLOR_ACTIVECAPTION.

VSCOLOR_MEDIUM

One interval darker than COLOR_BTNFACE.

From vsshell.idl:

Return to top
Show: