__THEMEDCOLORTYPE Enumeration

Specifies the possible color types for GetThemedColor.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio (in Microsoft.VisualStudio.dll)
  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
Public Enumeration __THEMEDCOLORTYPE
public enum __THEMEDCOLORTYPE
public enum class __THEMEDCOLORTYPE
type __THEMEDCOLORTYPE
public enum __THEMEDCOLORTYPE

Members

Member name Description
TCT_Background The colors are drawn as the background of an element.
TCT_Foreground The colors are drawn as the foreground of an element.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace