DTE2.GetThemeColor(vsThemeColors) Method

Definition

Gets a color used to draw the user interface within Visual Studio.

public:
 System::UInt32 GetThemeColor(EnvDTE80::vsThemeColors Element);
public:
 unsigned int GetThemeColor(EnvDTE80::vsThemeColors Element);
unsigned int GetThemeColor(EnvDTE80::vsThemeColors Element);
[System.Runtime.InteropServices.DispId(301)]
public uint GetThemeColor (EnvDTE80.vsThemeColors Element);
[<System.Runtime.InteropServices.DispId(301)>]
abstract member GetThemeColor : EnvDTE80.vsThemeColors -> uint32
Public Function GetThemeColor (Element As vsThemeColors) As UInteger

Parameters

Element
vsThemeColors

Standard color for UI.

Returns

A color value representing a standard color defined by vsThemeColors.

Attributes

Applies to