DTE2::GetThemeColor Method (vsThemeColors)

 

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

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

unsigned int GetThemeColor(
	vsThemeColors Element
)

Parameters

Element
Type: EnvDTE80::vsThemeColors

Standard color for UI.

Return Value

Type: System::UInt32

A color value representing a standard color defined by vsThemeColors.

Return to top
Show: