VsColors.GetColorBaseKey(Int32) Method

Definition

Gets the key for the color.

public:
 static System::String ^ GetColorBaseKey(int vsSysColor);
public:
 static Platform::String ^ GetColorBaseKey(int vsSysColor);
 static std::wstring GetColorBaseKey(int vsSysColor);
public static string GetColorBaseKey (int vsSysColor);
static member GetColorBaseKey : int -> string
Public Function GetColorBaseKey (vsSysColor As Integer) As String

Parameters

vsSysColor
Int32

The color.

Returns

The name of the color key.

Remarks

Only colors in the range [FirstColor, LastColor] areknown VS colors, any other value is out of range.

Applies to