VSColorTheme::GetThemedColor Method (ThemeResourceKey^)

 

Gets the color of the specified resource key.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static Color GetThemedColor(
	ThemeResourceKey^ themeResourceKey
)

Parameters

themeResourceKey
Type: Microsoft.VisualStudio.Shell::ThemeResourceKey^

The resource key to get the color for.

Return Value

Type: System.Drawing::Color

Returns the color.

Return to top
Show: