VSSYSCOLOR Enumeration
Visual Studio 2015
This enumeration is deprecated. Use __VSSYSCOLOREX instead
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| 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:
Show: