VsColors.GetColorBaseKey(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.